diff --git a/nginx.conf b/nginx.conf index f799802..9ba7deb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -17,6 +17,9 @@ http { access_log /dev/stdout; access_log /var/log/nginx/access.log; + set_real_ip_from 0.0.0.0/0; + real_ip_header X-Forwarded-For; + sendfile on; keepalive_timeout 65;