Changes between Version 12 and Version 13 of UserGuide/WebUI/ReverseProxy


Ignore:
Timestamp:
09/04/2020 07:19:09 PM (4 years ago)
Author:
mueslo
Comment:

Remove mention of --base as it does not work in 2.x for serving the WebUI on a subdirectory

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/WebUI/ReverseProxy

    v12 v13  
    8585</rule> 
    8686}}} 
    87  
    88  
    89  WebUI `base` Option: :: 
    90  
    91  If you cannot configure your server with the !RequestHeader, you can either set the base value in  the `web.conf` file or run `deluge-web` with the `--base` argument to achieve the same effect: 
    92 {{{ 
    93  deluge-web --base /deluge/ 
    94 }}}