Fix console.log and NGINX port

This commit is contained in:
DecDuck
2026-01-29 16:34:45 +11:00
parent 00adab21c2
commit 837bc6eb1d
5 changed files with 5 additions and 4 deletions

View File

@@ -22,11 +22,11 @@ http {
uwsgi_temp_path uwsgi_temp;
server {
listen 8080;
listen 3000;
server_name localhost;
location / {
proxy_pass http://localhost:3000;
proxy_pass http://localhost:4000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";