diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-14 04:38:10 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-14 04:38:54 -0500 |
| commit | 527dac58023124916b43bac7628e7f2c40c8ace6 (patch) | |
| tree | 88d19fb3549b50a0be32c96f4b1085ee60dbdda2 | |
| parent | dbee9a704c6960a1501325240005dc9bf5c3d73e (diff) | |
globally disable dynamic gzip compression
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a38bea44..0216a52f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -39,7 +39,6 @@ http { access_log /var/log/nginx/access.log; error_log /var/log/nginx/error.log; - gzip on; gzip_vary on; server { @@ -75,7 +74,6 @@ http { include /etc/nginx/snippets/security-headers.conf; gzip_static on; - gzip off; if ($request_uri ~ ^/(.*)\.html$) { return 301 /$1; |
