HowTo Reverse proxy deluge?

Hello,

Can anyone tell me how to reverse proxy Deluge so that I can login with a custom link like this:

https://mydomain.com/deluge/

It works for ruTorrent, Sonarr, Sabnzbd but everytime I try to add a .conf file for Deluge in the etc/apache2 directory it breaks the webserver until I remove the .conf file again.

Thanks in advance;

if only using 1 user you could do this but if using more than 1 you will not be able to as it then uses different port number.

Only one user. I normally log in with this link:

https://mydomain.com:10980

something like this might work not sure but just an idear

<Location /> Satisfy Any order deny,allow deny from all allow from all ProxyPass http://localhost:10980/deluge ProxyPassReverse http://localhost:10980/deluge </Location>