More attempts to solve proxy path conflicts

This commit is contained in:
2025-01-23 16:28:47 +00:00
parent 369aae3b39
commit 4776f53e9d
2 changed files with 3 additions and 5 deletions

View File

@@ -10,10 +10,8 @@
health_status 200
}
handle /repo/* {
root * /var/www/html
try_files * /repo/placeholder.html
file_server
route /repo/* {
reverse_proxy localhost:1212
}
}