From 39b9bd399e2e012878bdcbb8e82772164d4460a5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 3 Sep 2009 15:17:51 -0700 Subject: [PATCH] Clarify the documentation for webServerPort in config file. Fixes bug #10883 --- docs/changelog/7.x.x.txt | 1 + etc/WebGUI.conf.original | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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,