mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 02:59:57 +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;
|
error_log {DIR}/tmp/error.log;
|
||||||
pid /tmp/nginx.pid;
|
pid {DIR}/tmp/nginx.pid;
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
|
@ -52,8 +52,8 @@ http {
|
||||||
##
|
##
|
||||||
# Logging Settings
|
# Logging Settings
|
||||||
##
|
##
|
||||||
access_log /tmp/access.log;
|
access_log {DIR}/tmp/access.log;
|
||||||
error_log /tmp/error.log;
|
error_log {DIR}/tmp/error.log;
|
||||||
|
|
||||||
##
|
##
|
||||||
# Gzip Settings
|
# Gzip Settings
|
||||||
|
|
Loading…
Add table
Reference in a new issue