Update nginx.config

This commit is contained in:
2026-06-11 15:49:54 +00:00
parent 4c52ef780d
commit 9dfcea815e

View File

@@ -5,7 +5,7 @@ http {
default_type application/octet-stream;
server {
listen 80;
listen 3000;
server_name localhost;
location / {