Cleanup frontend regarding rtorrent (removed)

This commit is contained in:
Jean Froment 2017-03-15 17:25:20 +01:00
parent a1820b2428
commit 381ab68118
1 changed files with 0 additions and 10 deletions

View File

@ -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+)+$;