Update proxy-params.conf

This commit is contained in:
Arthur Lu 2023-05-10 13:52:39 -07:00 committed by GitHub
parent fda9af5223
commit 99acf3c9ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,4 @@ send_timeout 3600s;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_hide_header X-Frame-Options X-Content-Type-Options X-XSS-Protection;