Merge pull request #922 from RealRancor/nginx_gzip_off

Disable gzip in NginX config
This commit is contained in:
Carla Schroder
2015-03-22 13:07:54 -07:00

View File

@@ -36,6 +36,9 @@ Nginx Configuration
client_max_body_size 10G;
fastcgi_buffers 64 4K;
# Disable gzip to avoid the removal of the ETag header
gzip off;
rewrite ^/caldav(.*)$ /remote.php/caldav$1 redirect;
rewrite ^/carddav(.*)$ /remote.php/carddav$1 redirect;
rewrite ^/webdav(.*)$ /remote.php/webdav$1 redirect;