Fixing Travis

This commit is contained in:
Mitchell Krog 2017-02-07 17:55:12 +02:00
parent 941f048023
commit af13395db7

View file

@ -3,8 +3,6 @@ pid pid {DIR}/tmp/nginx.pid;
events { events {
worker_connections 1024; worker_connections 1024;
#multi_accept on;
#use epoll;
} }
http { http {
@ -54,12 +52,6 @@ http {
access_log {DIR}/tmp/access.log; access_log {DIR}/tmp/access.log;
error_log {DIR}/tmp/error.log; error_log {DIR}/tmp/error.log;
##
# Gzip Settings
##
gzip on;
gzip_disable "msie6";
## ##
# Virtual Host Configs # Virtual Host Configs
## ##