diff --git a/config/nginx.conf b/config/nginx.conf index f947391..1ab4402 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -36,6 +36,10 @@ http { server_name _; root /usr/share/nginx/html; + set_real_ip_from 192.172.189.251; + real_ip_header X-Forwarded-For; + real_ip_recursive on; + location / { try_files $uri $uri/ /index.html; }