🐛 Fix regression on subpath support (#8793)

This commit is contained in:
Andrey Antukh
2026-03-26 15:43:30 +01:00
committed by GitHub
parent 0dfa62a5b6
commit 6db3c6cf89
4 changed files with 15 additions and 11 deletions

View File

@@ -9,6 +9,10 @@ localhost:3449 {
}
http://localhost:3450 {
# For subpath test
# handle_path /penpot/* {
# reverse_proxy localhost:4449
# }
reverse_proxy localhost:4449
}