Deluge & Nginx Reverse Proxy

General support for problems installing or using Deluge
Post Reply
saisaijo
New User
New User
Posts: 2
Joined: Sun Jan 26, 2020 12:18 pm

Deluge & Nginx Reverse Proxy

Post by saisaijo »

Hi everyone,


I've just managed to configure nginx to use deluge through reverse proxy and https.
I've managed to login through the reverse proxy, but the web ui looks really weird...
When i log in http://localhost, it looks normal, but see the attached pic when I do it via https reverse proxy.

Image

nginx config:

location /deluge {
proxy_pass http://localhost:38081/;
proxy_set_header X-Deluge-Base "/deluge/";
add_header X-Frame-Options SAMEORIGIN;
}


Any ideas what may cause this?

Regards
Post Reply