diff --git a/travis/nginx.tpl.conf b/travis/nginx.tpl.conf index fb9c272cb..0a677fb25 100644 --- a/travis/nginx.tpl.conf +++ b/travis/nginx.tpl.conf @@ -1,11 +1,14 @@ -error_log {DIR}/tmp/error.log; -pid {DIR}/tmp/nginx.pid; +#error_log {DIR}/tmp/error.log; +#pid {DIR}/tmp/nginx.pid; +#worker_processes 1; +user www-data; worker_processes 1; +pid pid {DIR}/tmp/nginx.pid; events { worker_connections 1024; - multi_accept on; - use epoll; + #multi_accept on; + #use epoll; } http {