From af13395db724213a34b54d4df2a9a46a790dd496 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 7 Feb 2017 17:55:12 +0200 Subject: [PATCH] Fixing Travis --- travis/nginx.tpl.conf | 8 -------- 1 file changed, 8 deletions(-) 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 ##