diff --git a/travis/default-site.tpl.conf b/travis/default-site.tpl.conf index 041b96b29..bbae2ef39 100644 --- a/travis/default-site.tpl.conf +++ b/travis/default-site.tpl.conf @@ -4,8 +4,8 @@ server { root {ROOT}/www; - access_log /tmp/access.log; - error_log /tmp/error.log; + access_log {DIR}/tmp/access.log; + error_log {DIR}/tmp/error.log; # Block Bad Bots include {DIR}/nginx/bots.d/blockbots.conf; diff --git a/travis/hhvm.tpl.ini b/travis/hhvm.tpl.ini index 0faa0c7b0..bddd2727b 100644 --- a/travis/hhvm.tpl.ini +++ b/travis/hhvm.tpl.ini @@ -4,7 +4,7 @@ hhvm.server.type = fastcgi ;hhvm.server.file_socket = {SERVER} hhvm.server.port = {PORT} hhvm.log.use_log_file = true -hhvm.log.file = /tmp/error.log +hhvm.log.file = {DIR}/tmp/error.log hhvm.log.level = Warning hhvm.log.always_log_unhandled_exceptions = true hhvm.log.runtime_error_reporting_level = 8191