From 3ec1c36691682750bb277a843fb06dc288b50cb2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 7 Feb 2017 17:47:22 +0200 Subject: [PATCH] Fixing Travis --- travis/nginx.tpl.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 {