#1194: Infinite login prompt in web ui through reverse proxy
---------------------+------------------------------------------------------
Reporter: non7top | Owner:
Type: defect | Status: new
Priority: major | Milestone: 1.4.0
Component: other | Version: 1.2.0_dev
Keywords: |
---------------------+------------------------------------------------------
When I use web ui through nginx as reverse proxy, authentification never
completes and keep showing the box with Login field. Also firefox gets
hung on the page and consume 100% cpu.
This doesn't hapen when connecting to web ui dirctly.
I'm using following nginx config:
location /deluge {
proxy_pass http://s:8112/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;
proxy_set_header X-Deluge-Base /deluge/;
commit e7c7b8f4db4acaa5811c2573180a0afd6d24f947
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/1194>
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.