We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de81b2c commit 3c2a07eCopy full SHA for 3c2a07e
1 file changed
config/Caddyfile
@@ -61,9 +61,8 @@
61
62
# Proxy to the application backend
63
reverse_proxy 127.0.0.1:8080 {
64
- # Optimized IP Waterfall Logic: Cloudflare -> Fly.io -> Remote Host
65
- header_up X-Real-IP {http.request.header.CF-Connecting-IP:{http.request.header.Fly-Client-IP:{remote_host}}}
66
- header_up X-Forwarded-For {http.request.header.CF-Connecting-IP:{http.request.header.Fly-Client-IP:{remote_host}}}
+ header_up X-Real-IP {http.request.header.Fly-Client-IP}
+ header_up X-Forwarded-For {http.request.header.Fly-Client-IP}
67
}
68
69
0 commit comments