mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 11:10:47 +00:00
Fixing Travis
This commit is contained in:
parent
4b117dac9d
commit
85cf49faba
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue