mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 23:34:41 +00:00
First Test of TravisCI doing all generation of the bad blocker files using pull requests on _generator_lists
This commit is contained in:
parent
e8a04af1ed
commit
1dfc535937
16 changed files with 7265 additions and 21 deletions
11
travisCI/old_scripts/default.vhost
Normal file
11
travisCI/old_scripts/default.vhost
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
|
||||
location / {
|
||||
root /var/www/html/;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue