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
|
|
@ -6,6 +6,7 @@
|
||||||
- fixed #10844: Ad Sales: No template variable Help
|
- fixed #10844: Ad Sales: No template variable Help
|
||||||
- fixed #10873: Code editor breaks CSS comments
|
- fixed #10873: Code editor breaks CSS comments
|
||||||
- fixed #10884: EMS Lookup Registrant problem
|
- fixed #10884: EMS Lookup Registrant problem
|
||||||
|
- fixed #10883: Recover Password / Auth::WebGUI /getSiteUrl
|
||||||
|
|
||||||
7.7.19
|
7.7.19
|
||||||
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
- fixed #10838: Forwarded forum post email to new CS adds reply to original thread
|
||||||
|
|
|
||||||
|
|
@ -80,8 +80,11 @@
|
||||||
|
|
||||||
"richEditorsUseAssetUrls" : 1,
|
"richEditorsUseAssetUrls" : 1,
|
||||||
|
|
||||||
|
# Used to generate user facing URLs.
|
||||||
# If you are not running your web server on the standard
|
# 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,
|
#"webServerPort" : 80,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue