fix(caddy): remove broken header_up X-Forwarded-For from catch-all handler - nginx already sets it

This commit is contained in:
Junv (via Hermes)
2026-07-13 11:06:36 +10:00
parent d463dfb2cc
commit afbf6e2931
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -51,7 +51,6 @@ data:
rewrite * /site-content{uri}
reverse_proxy localhost:3000 {
header_up Host {host}
header_up X-Forwarded-For {http.request.header.X-Forwarded-For}, {remote_host}
header_up X-Forwarded-Proto https
header_up Cookie {http.request.header.Cookie}
}
-1
View File
@@ -44,7 +44,6 @@
rewrite * /site-content{uri}
reverse_proxy localhost:3000 {
header_up Host {host}
header_up X-Forwarded-For {http.request.header.X-Forwarded-For}, {remote_host}
header_up X-Forwarded-Proto https
header_up Cookie {http.request.header.Cookie}
}