Update caddyfile

add-more-languages
Meng Zhang 2023-04-06 20:35:41 +08:00
parent 88f73aec79
commit 2bc19e6519
1 changed files with 1 additions and 5 deletions

View File

@ -2,11 +2,7 @@
http_port 5000 http_port 5000
} }
http://localhost { :5000 {
reverse_proxy localhost:8081 reverse_proxy localhost:8081
reverse_proxy /_admin* localhost:8082 reverse_proxy /_admin* localhost:8082
} }
http://dagu.localhost {
reverse_proxy localhost:8083
}