3000
This commit is contained in:
parent
f2dc20f7f6
commit
dc7b8aa6e4
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ server {
|
|||
|
||||
# Proxy to Node
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3939;
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_set_header Host $host;
|
||||
proxy_http_version 1.1;
|
||||
proxy_redirect off;
|
||||
|
|
Loading…
Reference in a new issue