🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-03-14 17:00:27 -04:00
parent bafade73fa
commit 16760ba893
5 changed files with 9 additions and 32 deletions

View File

@@ -35,7 +35,7 @@ http {
add_header Content-Security-Policy "script-src 'self' 'unsafe-inline' 'unsafe-eval' *; frame-src 'self' *; object-src 'self'" always;
location /jsonrpc {
proxy_pass http://127.0.0.1:ARIA_RPC_PORT/jsonrpc;
proxy_pass http://127.0.0.1:8000/jsonrpc;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
@@ -43,7 +43,7 @@ http {
}
location /rpc {
proxy_pass http://127.0.0.1:ARIA_RPC_PORT/jsonrpc;
proxy_pass http://127.0.0.1:8000/jsonrpc;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";