diff --git a/templates/nginx/vpn.j2 b/templates/nginx/vpn.j2 index 6817908..1040835 100644 --- a/templates/nginx/vpn.j2 +++ b/templates/nginx/vpn.j2 @@ -25,8 +25,4 @@ server { proxy_ssl_certificate_key /etc/ssl/localcerts/radicale/client_key.pem; proxy_ssl_trusted_certificate /etc/ssl/localcerts/radicale/server_cert.pem; } - - location /transmission/ { - proxy_pass http://127.0.0.1:{{ transmission_web_port }}/transmission/; - } }