Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions start_esp/nginx-auto.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ http {
% endif
% endfor

set_real_ip_from 0.0.0.0/1;
set_real_ip_from 0::/1;
real_ip_header X-Forwarded-For;
real_ip_recursive on;

server {
server_name ${ingress.host};

Expand Down