Skip to content

Instantly share code, notes, and snippets.

@floriandejonckheere
Created December 20, 2016 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floriandejonckheere/1ba82147e51706679717fc4612596430 to your computer and use it in GitHub Desktop.
Save floriandejonckheere/1ba82147e51706679717fc4612596430 to your computer and use it in GitHub Desktop.
NGINX Deluge proxy on subdirectory
location /deluge {
proxy_pass http://localhost:8112/;
proxy_set_header X-Deluge-Base "/deluge/";
include include.d/proxy-control.conf;
add_header X-Frame-Options SAMEORIGIN;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment