Remove gzip by default.

Let the user setup gzip in their reverse proxy.
Closes #18
This commit is contained in:
Kavin 2022-08-07 07:01:45 +05:30
parent 2480d0dffb
commit 6129c5dfbf
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ http {
keepalive_timeout 65;
gzip on;
resolver 127.0.0.11 ipv6=off valid=10s;
include /etc/nginx/conf.d/*.conf;