setup flow fixes

This commit is contained in:
Aiden McClelland
2021-09-14 22:16:28 -06:00
parent 7a166d4490
commit 93f37cd9d5
13 changed files with 445 additions and 221 deletions

View File

@@ -14,17 +14,17 @@ server {
proxy_http_version 1.1;
location /rpc/ {
proxy_pass http://localhost:5959/;
proxy_pass http://127.0.0.1:5959/;
}
location /ws/ {
proxy_pass http://localhost:5960/;
proxy_pass http://127.0.0.1:5960/;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}
location /marketplace/ {
proxy_pass https://beta-registry-0-3.start9labs.com/;
proxy_pass https://beta-registry-0-3.start9labs.com/; # TODO
}
location / {

View File

@@ -14,7 +14,7 @@ server {
proxy_http_version 1.1;
location /rpc/ {
proxy_pass http://localhost:5959/;
proxy_pass http://127.0.0.1:5959/;
}
location / {

View File

@@ -14,7 +14,7 @@ server {
proxy_http_version 1.1;
location /rpc/ {
proxy_pass http://localhost:5959/;
proxy_pass http://127.0.0.1:5959/;
}
location / {