mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
setup flow fixes
This commit is contained in:
@@ -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 / {
|
||||
|
||||
@@ -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 / {
|
||||
|
||||
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user