mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
Update aria2-with-webui.subdomain.conf.sample
Updated to reflect recent changes to template
This commit is contained in:
parent
8a4a92b2bb
commit
cec2e43151
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
## Version 2020/12/09
|
## Version 2021/05/18
|
||||||
# Make sure that your dns has a cname set for aria2 and that your aria2-with-webui container is not using a base url
|
# Make sure that your dns has a cname set for aria2 and that your aria2-with-webui container is not using a base url
|
||||||
#
|
#
|
||||||
# The RPC port will need to be changed to 443 in the AriaNg/WebUI-Aria2 settings or by using the AriaNg command api
|
# The RPC port will need to be changed to 443 in the AriaNg/WebUI-Aria2 settings or by using the AriaNg command api
|
||||||
|
@ -34,7 +34,7 @@ server {
|
||||||
#include /config/nginx/authelia-location.conf;
|
#include /config/nginx/authelia-location.conf;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app aria2-with-webui;
|
set $upstream_app aria2-with-webui;
|
||||||
set $upstream_port 80;
|
set $upstream_port 80;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
@ -44,7 +44,7 @@ server {
|
||||||
|
|
||||||
location ~ (/aria2-with-webui)?/jsonrpc {
|
location ~ (/aria2-with-webui)?/jsonrpc {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app aria2-with-webui;
|
set $upstream_app aria2-with-webui;
|
||||||
set $upstream_port 6800;
|
set $upstream_port 6800;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
@ -54,7 +54,7 @@ server {
|
||||||
|
|
||||||
location ~ (/aria2-with-webui)?/rpc {
|
location ~ (/aria2-with-webui)?/rpc {
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
resolver 127.0.0.11 valid=30s;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app aria2-with-webui;
|
set $upstream_app aria2-with-webui;
|
||||||
set $upstream_port 6800;
|
set $upstream_port 6800;
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue