mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +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;
|
||||
pid {DIR}/tmp/nginx.pid;
|
||||
#error_log {DIR}/tmp/error.log;
|
||||
#pid {DIR}/tmp/nginx.pid;
|
||||
#worker_processes 1;
|
||||
user www-data;
|
||||
worker_processes 1;
|
||||
pid pid {DIR}/tmp/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
multi_accept on;
|
||||
use epoll;
|
||||
#multi_accept on;
|
||||
#use epoll;
|
||||
}
|
||||
|
||||
http {
|
||||
|
|
Loading…
Add table
Reference in a new issue