Search found 1 match

by mwally7
Tue Jan 15, 2019 2:26 am
Forum: Windows OS
Topic: Reverse Proxy Messy page?
Replies: 6
Views: 24525

Re: Reverse Proxy Messy page?

Try this: location /deluge/ { proxy_pass http://localhost:8112/; proxy_set_header X-Deluge-Base "/deluge/"; include proxy-control.conf; add_header X-Frame-Options SAMEORIGIN; } Above from another post is what worked for me, I had whats below and it wasn't working. location /deluge { proxy...