docs: replace nginx with Caddy across all documentation and installer
This commit is contained in:
@@ -172,7 +172,7 @@ The IP used for rate limiting is taken from the same precedence chain as the log
|
||||
2. `X-Real-IP`
|
||||
3. `RemoteAddr` (with the port stripped)
|
||||
|
||||
Behind nginx, set `proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;` so the bucket sees the real client IP.
|
||||
Caddy forwards `X-Forwarded-For` automatically — so the real client IP is always passed to nuntius without any extra configuration.
|
||||
|
||||
## Health Check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user