From 4b117dac9d6b60c0ee3cf69175d5071568ad015a Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 7 Feb 2017 17:37:32 +0200 Subject: [PATCH] Fixing Travis --- travis/nginx.tpl.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/travis/nginx.tpl.conf b/travis/nginx.tpl.conf index 0a3ec8402..fb9c272cb 100644 --- a/travis/nginx.tpl.conf +++ b/travis/nginx.tpl.conf @@ -1,5 +1,5 @@ -error_log /tmp/error.log; -pid /tmp/nginx.pid; +error_log {DIR}/tmp/error.log; +pid {DIR}/tmp/nginx.pid; worker_processes 1; events { @@ -52,8 +52,8 @@ http { ## # Logging Settings ## - access_log /tmp/access.log; - error_log /tmp/error.log; + access_log {DIR}/tmp/access.log; + error_log {DIR}/tmp/error.log; ## # Gzip Settings