chore: Update nginx.conf

This commit is contained in:
LRVT
2025-09-28 14:42:53 +02:00
committed by GitHub
parent d3187e55a9
commit 607f67ad1a

View File

@@ -9,6 +9,7 @@ server {
client_max_body_size 10M; # change this
#set_real_ip_from 172.16.0.0/12;
#set_real_ip_from 192.168.0.0/16;
#set_real_ip_from 10.0.0.0/8;
real_ip_header X-Forwarded-For;
proxy_hide_header X-Powered-By;