mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fixing Travis
This commit is contained in:
parent
8761b9c473
commit
4b117dac9d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue