Cleanup frontend regarding rtorrent (removed)
This commit is contained in:
parent
a1820b2428
commit
381ab68118
|
@ -37,16 +37,6 @@ http {
|
|||
# Use builtin Docker DNS as resolver for services
|
||||
resolver 127.0.0.11;
|
||||
|
||||
server {
|
||||
include common.conf;
|
||||
server_name ~^(rtorrent)(\.\w+)+$;
|
||||
|
||||
location / {
|
||||
set $rtorrent http://rtorrent:80;
|
||||
proxy_pass $rtorrent;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
include common.conf;
|
||||
server_name ~^(deluge)(\.\w+)+$;
|
||||
|
|
Loading…
Reference in New Issue