Remove X-Real-IP from Caddy

This commit is contained in:
Sam A. 2023-10-15 18:04:08 +02:00
parent ababd40400
commit 263d22fc49
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 1 deletions

View File

@ -132,7 +132,6 @@ www.{{ services.samsapti_dev.domain }} {
reverse_proxy searxng:8080 {
header_up X-Forwarded-Port {http.request.port}
header_up X-Forwarded-Proto {http.request.scheme}
header_up X-Real-IP {remote_host}
}
}
}