mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +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 {
|
server {
|
||||||
listen *:9000;
|
listen *:80;
|
||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
Loading…
Add table
Reference in a new issue