Update proxy-params.conf

This commit is contained in:
Arthur Lu 2023-05-10 14:08:19 -07:00 committed by GitHub
parent e5f9a4bf79
commit d8a9a63452

View File

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