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
941f048023
commit
af13395db7
1 changed files with 0 additions and 8 deletions
|
@ -3,8 +3,6 @@ pid pid {DIR}/tmp/nginx.pid;
|
|||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
#multi_accept on;
|
||||
#use epoll;
|
||||
}
|
||||
|
||||
http {
|
||||
|
@ -54,12 +52,6 @@ http {
|
|||
access_log {DIR}/tmp/access.log;
|
||||
error_log {DIR}/tmp/error.log;
|
||||
|
||||
##
|
||||
# Gzip Settings
|
||||
##
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
##
|
||||
# Virtual Host Configs
|
||||
##
|
||||
|
|
Loading…
Add table
Reference in a new issue