mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 08:11:37 +01:00
fix: consolidate real ip header configs
This commit is contained in:
@@ -34,10 +34,6 @@ server {
|
||||
proxy_connect_timeout 300;
|
||||
proxy_send_timeout 900;
|
||||
|
||||
set_real_ip_from 192.168.122.1;
|
||||
real_ip_header X-Forwarded-For;
|
||||
real_ip_recursive on;
|
||||
|
||||
location = /robots.txt {
|
||||
allow all;
|
||||
log_not_found off;
|
||||
|
||||
Reference in New Issue
Block a user