add the new command line switches that deluge-web has
This commit is contained in:
parent
67bcaa267a
commit
fd9dc2d892
|
@ -16,9 +16,18 @@ Deluge utilizes a client/server model, with 'deluged' being the daemon process a
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
See `deluge-web \-\-help` for common options, the web specific options are:
|
See `deluge-web \-\-help` for common options, the web specific options are:
|
||||||
.TP
|
.TP
|
||||||
|
.B -b BASE, --base=BASE
|
||||||
|
Set the base path that the ui is running on (proxying)
|
||||||
|
.TP
|
||||||
|
.B -f, --fork
|
||||||
|
Fork the web interface process into the background
|
||||||
|
.TP
|
||||||
.B -p PORT, --port=PORT
|
.B -p PORT, --port=PORT
|
||||||
Sets the port to be used for the webserver
|
Sets the port to be used for the webserver
|
||||||
.TP
|
.TP
|
||||||
|
.B --profile
|
||||||
|
Profile the webserver code
|
||||||
|
.TP
|
||||||
.B --no-ssl
|
.B --no-ssl
|
||||||
Forces the webserver to disable ssl
|
Forces the webserver to disable ssl
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue