Search found 1 match

by harrycharlesop
Thu Feb 11, 2021 6:09 pm
Forum: Windows OS
Topic: Reverse Proxy Messy page?
Replies: 6
Views: 24930

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; } https://www.imybkexperience.com/ Above from another post is what worked for me, I had whats below and it wasn't ...