diff --git a/VLESS-TCP-TLS (maximal by rprx)/nginx.conf b/VLESS-TCP-TLS (maximal by rprx)/nginx.conf index 8b99c90..17ac754 100644 --- a/VLESS-TCP-TLS (maximal by rprx)/nginx.conf +++ b/VLESS-TCP-TLS (maximal by rprx)/nginx.conf @@ -49,7 +49,8 @@ http { server_name _; root /usr/share/nginx/html; - set_real_ip_from 127.0.0.1; + set_real_ip_from unix:; + real_ip_header proxy_protocol; # Load configuration files for the default server block. include /etc/nginx/default.d/*.conf;