Update listen port

This commit is contained in:
Keannu Christian Bernasol 2025-03-29 03:44:57 +08:00
parent 73b3780326
commit 3a4dc83075
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
server {
listen 80;
listen 9486;
sendfile on;
default_type application/octet-stream;
gzip on;