mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 11:40:22 +00:00
[GHA] Try Port 5000 Nginx
This commit is contained in:
parent
ecbacaa6a2
commit
139bdbce43
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
server {
|
server {
|
||||||
listen *:8080;
|
listen 5000;
|
||||||
|
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
Loading…
Add table
Reference in a new issue