Skip to content

Commit c1ee272

Browse files
committed
6601: Updated nginx configuration - III
1 parent a64339d commit c1ee272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/nginx/etc/templates/default.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ server {
2222
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
2323

2424
# Real IP from reverse proxy
25-
set_real_ip_from ${NGINX_SET_REAL_IP_FROM:-172.16.0.0/16};
25+
set_real_ip_from ${NGINX_SET_REAL_IP_FROM};
2626
real_ip_recursive on;
2727
real_ip_header X-Forwarded-For;
2828

0 commit comments

Comments
 (0)