diff --git a/core/nginx/conf/proxy.conf b/core/nginx/conf/proxy.conf index d0629b97..caad476b 100644 --- a/core/nginx/conf/proxy.conf +++ b/core/nginx/conf/proxy.conf @@ -16,3 +16,12 @@ proxy_hide_header X-Forwarded-Host; proxy_hide_header X-Forwarded-Server; proxy_hide_header X-Host; proxy_hide_header X-HTTP-Host-Override; + +proxy_hide_header X-Original-URL; +proxy_hide_header X-Rewrite-URL; +proxy_hide_header X-URL; + +proxy_hide_header X-HTTP-Method; +proxy_hide_header X-HTTP-Method-Override; +proxy_hide_header X-Method; +proxy_hide_header X-Method-Override;