updates on the nginx config file

This commit is contained in:
2026-06-15 19:37:18 +05:30
parent 00d893a86e
commit 61a9373399

View File

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