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