Search found 1 match

by iFelix
Thu Mar 01, 2018 12:51 am
Forum: Windows OS
Topic: webui corrupt when using nginx
Replies: 3
Views: 3814

Re: webui corrupt when using nginx

Try this:

Code: Select all

location /deluge/ {
    proxy_pass http://localhost:8112/;
    proxy_set_header X-Deluge-Base "/deluge/";
    include proxy-control.conf;
    add_header X-Frame-Options SAMEORIGIN;
}