diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 88db5554b..797fdccee 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fixed #10844: Ad Sales: No template variable Help - fixed #10873: Code editor breaks CSS comments - fixed #10884: EMS Lookup Registrant problem + - fixed #10883: Recover Password / Auth::WebGUI /getSiteUrl 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 603649492..392c75f9a 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -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,