We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64339d commit c1ee272Copy full SHA for c1ee272
infrastructure/nginx/etc/templates/default.conf.template
@@ -22,7 +22,7 @@ server {
22
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
23
24
# Real IP from reverse proxy
25
- set_real_ip_from ${NGINX_SET_REAL_IP_FROM:-172.16.0.0/16};
+ set_real_ip_from ${NGINX_SET_REAL_IP_FROM};
26
real_ip_recursive on;
27
real_ip_header X-Forwarded-For;
28
0 commit comments