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


Ignore:
Timestamp:
05/14/2017 02:27:20 PM (7 years ago)
Author:
Cas
Comment:

reword and tidyup

Legend:

Unmodified
Added
Removed
Modified
  • UserGuide/WebUI/ReverseProxy

    v5 v6  
    11= Reverse Proxy with Deluge WebUI = 
    22 
    3 If you have a webserver running and want the Deluge WebUI to be served through this server, you can set up your web server to work as a reverse proxy. 
     3A reverse proxy is where there is an existing http web server (Apache, Nginx) that you wish Deluge WebUI to be served through. e.g. Site `http://example.net` serves the WebUI at `http://example.net/deluge`. 
    44 
    5 For the examples below a web server is already serving on `http://example.net`, and we want it to serve the WebUI on `http://example.net/deluge`. 
    6  
    7 We are running the Deluge WebUI, `deluge-web`, on `localhost` which by default serves on port 8112. 
    8  
     5In the configurations below `deluge-web` is running on `localhost` with default port `8112` and reverse proxy url suffix `/deluge`. 
    96 
    107 Apache Config: :: 
    118 
    12  Enable the following apache modules 
     9 Enable the following apache modules: 
    1310 {{{ 
    1411a2enmod proxy 
     
    4138}}} 
    4239 
     40 ''Note: Ensure the trailing slashes are maintained.'' 
     41 
    4342 WebUI `base` Option: :: 
    4443