Fix path remapping and add forwarded content length

This commit is contained in:
cheddar 2025-02-21 20:10:07 -05:00
parent c5b7f7c3e2
commit 9897b9bcf3
No known key found for this signature in database
2 changed files with 14 additions and 4 deletions

View file

@ -1,6 +1,10 @@
http://localhost:8001 {
forward_auth http://localhost:8080 {
uri /auth
header_up X-Forwarded-Content-Length {header.content-length}
copy_headers Remote-User
}
templates