chore: Update nginx.conf

This commit is contained in:
LRVT
2025-09-28 14:55:57 +02:00
committed by GitHub
parent 607f67ad1a
commit 8fb6665bf1

View File

@@ -10,7 +10,8 @@ server {
#set_real_ip_from 172.16.0.0/12; #set_real_ip_from 172.16.0.0/12;
#set_real_ip_from 192.168.0.0/16; #set_real_ip_from 192.168.0.0/16;
#set_real_ip_from 10.0.0.0/8; #set_real_ip_from 10.0.0.0/8;
real_ip_header X-Forwarded-For; #real_ip_header X-Forwarded-For;
#real_ip_header X-Real-IP;
proxy_hide_header X-Powered-By; proxy_hide_header X-Powered-By;
access_log /var/log/nginx/access.log; access_log /var/log/nginx/access.log;