#1481: Unable to add a torrent trough web UI
---------------------+------------------------------------------------------
Reporter: skolima | Owner: damoxc
Type: bug | Status: new
Priority: minor | Milestone: 1.3.x
Component: webui | Version: 1.3.1
Keywords: |
---------------------+------------------------------------------------------
Comment(by skolima):
Once more without wiki markup:
{{{
ProxyRequests Off
<Location /deluge>
RequestHeader append X-Deluge-Base "/deluge/"
SSLRequireSSL
AuthType Basic
AuthName "skolima.homeip.net"
AuthUserFile /var/www/localhost/www.access
Require valid-user
</Location>
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /deluge http://127.0.0.1:8112
ProxyPassReverse /deluge http://127.0.0.1:8112
ProxyPassReverseCookieDomain 127.0.0.1 localhost
ProxyPassReverseCookiePath / /deluge/
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1481#comment:5>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-dev?hl=en.