chore: update aio Caddyfile

This commit is contained in:
jamesgeorge007
2023-10-12 13:44:04 +05:30
parent 04092d8597
commit 2f1fca2917
2 changed files with 9 additions and 6 deletions

View File

@@ -1,11 +1,13 @@
:3000 {
try_files {path} /
root * /site/selfhost-web
file_server
}
:3100 {
try_files {path} /
root * /site/sh-admin
file_server
handle_path /admin* {
root * /site/sh-admin
file_server
}
handle_path /backend* {
reverse_proxy localhost:3170
}
}