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
85cf49faba
commit
3ec1c36691
1 changed files with 7 additions and 4 deletions
|
@ -1,11 +1,14 @@
|
||||||
error_log {DIR}/tmp/error.log;
|
#error_log {DIR}/tmp/error.log;
|
||||||
pid {DIR}/tmp/nginx.pid;
|
#pid {DIR}/tmp/nginx.pid;
|
||||||
|
#worker_processes 1;
|
||||||
|
user www-data;
|
||||||
worker_processes 1;
|
worker_processes 1;
|
||||||
|
pid pid {DIR}/tmp/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
multi_accept on;
|
#multi_accept on;
|
||||||
use epoll;
|
#use epoll;
|
||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
|
Loading…
Add table
Reference in a new issue