Clarify the documentation for webServerPort in config file. Fixes bug #10883

This commit is contained in:
Colin Kuskie 2009-09-03 15:17:51 -07:00
parent 046bc36e5e
commit 39b9bd399e
2 changed files with 5 additions and 1 deletions

View file

@ -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,