Found better way than in my old, old, old post (i know it's quite late to bring it back up to live, but...).
One-file solution transmission.conf for apache2 (put it into /etc/apache2/conf.d for Ubuntu):
ProxyRequests Off
<Proxy *>
Order Allow,Deny
Allow from all
</Proxy>
<VirtualHost *:80 ...
Search found 1 match
- Sat Apr 16, 2016 10:21 am
- Forum: Web Interface
- Topic: how to redirect Transmission 1.34 to port 80?
- Replies: 28
- Views: 174459