prod ngix conf

This commit is contained in:
Yannic Kilcher
2023-01-16 00:58:07 +01:00
parent 5e814eaa4c
commit da6a3b687e
+2 -2
View File
@@ -40,7 +40,7 @@ http {
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:3000;
proxy_pass http://127.0.0.1:3200;
}
}
@@ -55,7 +55,7 @@ http {
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:8080;
proxy_pass http://127.0.0.1:8280;
}
}