Fix forward_auth in caddy, keep proxy open when run locally
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user