This commit is contained in:
Sebastian
2024-03-19 13:01:27 +01:00
parent b90aefdce5
commit 034ec13009
2 changed files with 4 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
map $http_upgrade $proxy_connection {
default "https_backend${RPC_PATH}";
default "rpc_backend${RPC_PATH}";
websocket "ws_backend${WS_PATH}";
}
server {
listen 80;
server_name example.com;
server_name _;
location / {
proxy_pass http://$proxy_connection;