diff --git a/travis/nginx.tpl.conf b/travis/nginx.tpl.conf index 6966e5aac..6d86aded1 100644 --- a/travis/nginx.tpl.conf +++ b/travis/nginx.tpl.conf @@ -3,8 +3,6 @@ pid pid {DIR}/tmp/nginx.pid; events { worker_connections 1024; - #multi_accept on; - #use epoll; } http { @@ -54,12 +52,6 @@ http { access_log {DIR}/tmp/access.log; error_log {DIR}/tmp/error.log; - ## - # Gzip Settings - ## - gzip on; - gzip_disable "msie6"; - ## # Virtual Host Configs ##