Fixing Travis

This commit is contained in:
Mitchell Krog 2017-02-07 17:37:32 +02:00
parent 8761b9c473
commit 4b117dac9d

View file

@ -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