mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
[GHA] Switch Nginx to Port 80
This commit is contained in:
parent
236f8d1341
commit
0b5505603c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
listen *:80;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
|
|
Loading…
Add table
Reference in a new issue