Skip to content

Commit f7e9a30

Browse files
committed
bugifx typo
1 parent 366dddf commit f7e9a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ r /dev/stdin
470470
d
471471
}' "${NGINX_CONF_FILE}" <<'EOF'
472472
# enable ONLY behind PROXY (Traefik, other NGINX, Caddy, lighttpd, K8s Ingress, ...) (ngx_http_realip_module)
473-
set_real_ip_from 172.16.0.0/12
473+
set_real_ip_from 172.16.0.0/12;
474474
set_real_ip_from fd00::/8;
475475
##REPLACE_WITH_MORE_REAL_IP##
476476
real_ip_header X-Forwarded-For;

0 commit comments

Comments
 (0)