🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/aria2/aria-ng.config.js
rootfs/tmp/etc/nginx/nginx.conf
rootfs/usr/local/etc/docker/init.d/00-aria2c.sh
rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
casjay
2025-05-13 17:50:29 -04:00
parent 0d671d8ee2
commit 5c19c0e5c1
4 changed files with 180 additions and 175 deletions

View File

@@ -40,7 +40,7 @@ http {
proxy_read_timeout 86400;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://127.0.0.1:6800/jsonrpc;
proxy_pass http://REPLACE_SERVER_ADDR:REPLACE_RPC_PORT/jsonrpc;
}
location /rpc {
@@ -48,7 +48,7 @@ http {
proxy_read_timeout 86400;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://127.0.0.1:6800/jsonrpc;
proxy_pass http://REPLACE_SERVER_ADDR:REPLACE_RPC_PORT/jsonrpc;
}
location = /favicon.ico {