Update obf_proxy.conf

pull/844/head
dami 4 months ago
parent e8b3131d2e
commit 750a070fbb
  1. 2
      web/misc/nginx/rewrite/obf_proxy.conf

@ -14,7 +14,7 @@ location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_hide_header Content-Encoding;
gzip off;
#gzip off;
proxy_set_header Accept-Encoding "";
proxy_set_header If-Modified-Since "";
proxy_set_header If-None-Match "";

Loading…
Cancel
Save