Changes between Version 4 and Version 5 of UserGuide/WebUI/ReverseProxy


Ignore:
Timestamp:
07/02/2016 10:49:27 AM (8 years ago)
Author:
Cas
Comment:

Add X-Frame-Options to allow adding torrent in browser

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/WebUI/ReverseProxy

    v4 v5  
    3434{{{ 
    3535location /deluge { 
    36     proxy_pass              http://localhost:8112/; 
    37     proxy_set_header        X-Deluge-Base "/deluge/"; 
    38     include                 proxy-control.conf; 
     36    proxy_pass http://localhost:8112/; 
     37    proxy_set_header X-Deluge-Base "/deluge/"; 
     38    include proxy-control.conf; 
     39    add_header X-Frame-Options SAMEORIGIN; 
    3940} 
    4041}}}