real_ip_header commit test.

This commit is contained in:
zeroornull
2025-03-29 16:25:50 +08:00
parent 829a3d6e55
commit e4984f43e9
2 changed files with 146 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ http {
}
location / {
real_ip_header X-Forwarded-For;
try_files $uri $uri/index.html =404;
}
}