fix: listen on port 80
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
34f7b11ece
commit
4f1915030c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen 9000;
|
||||
listen 80;
|
||||
server_name ftest default_server;
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Reference in a new issue