fix: listen on port 80
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-10-04 19:16:30 +05:30
parent 34f7b11ece
commit 4f1915030c
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
server {
listen 9000;
listen 80;
server_name ftest default_server;
location / {