mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
Update GHA workflow [skip travis]
This commit is contained in:
parent
2a6e115795
commit
9ce3af6fe1
2 changed files with 9 additions and 5 deletions
|
@ -1,10 +1,13 @@
|
|||
server {
|
||||
listen 80;
|
||||
|
||||
root /var/www/html;
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
index index.html;
|
||||
root /var/www/html;
|
||||
|
||||
# Add index.php to the list if you are using PHP
|
||||
index index.html index.htm index.nginx-debian.html;
|
||||
|
||||
location / {
|
||||
root /var/www/html/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue