mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Remove gzip by default.
Let the user setup gzip in their reverse proxy. Closes #18
This commit is contained in:
parent
2480d0dffb
commit
6129c5dfbf
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ http {
|
||||||
|
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
|
||||||
gzip on;
|
|
||||||
|
|
||||||
resolver 127.0.0.11 ipv6=off valid=10s;
|
resolver 127.0.0.11 ipv6=off valid=10s;
|
||||||
|
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
|
|
Loading…
Reference in a new issue