Fixing Travis

This commit is contained in:
Mitchell Krog 2017-02-07 17:41:47 +02:00
parent 4b117dac9d
commit 85cf49faba
2 changed files with 3 additions and 3 deletions

View file

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

View file

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