Clarify the documentation for webServerPort in config file. Fixes bug #10883
This commit is contained in:
parent
046bc36e5e
commit
39b9bd399e
2 changed files with 5 additions and 1 deletions
|
|
@ -80,8 +80,11 @@
|
|||
|
||||
"richEditorsUseAssetUrls" : 1,
|
||||
|
||||
# Used to generate user facing URLs.
|
||||
# If you are not running your web server on the standard
|
||||
# port (80) then use this setting to specify that.
|
||||
# port (80) then use this setting to specify that. If you
|
||||
# are running WebGUI behind a proxy, then webServerPort should
|
||||
# be set to which ever port the proxy is listening to.
|
||||
|
||||
#"webServerPort" : 80,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue