I'm trying to figure out how to reverse proxy my rutorrent docker. This is how my template looks  (See below) and I access the GUI through port 82. I'm not sure how to add a base url so how I access it locally is through http:[server IP]:82  When I go through my duckdns/rutorrent it isn't displaying the rutorrent gui properly.       location /rutorrent {         include /config/nginx/proxy.conf;     proxy_bind $server_addr;         proxy_pass http://[IP]:82/;     proxy_set_header Host $