Fix forward_auth in caddy, keep proxy open when run locally

This commit is contained in:
2024-07-07 13:59:54 -03:00
parent 7dd5248a6e
commit 6bd98d6792
4 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,7 @@
http://*:8888 {
forward_auth /admin/* http://127.0.0.1:3000 {
uri http://127.0.0.1:3000
uri /auth
copy_headers {
Authorization
}