Site URL not completed. Bad redirection ?
Francis Daly
francis at daoine.org
Sat Nov 3 10:37:38 UTC 2012
On Sat, Nov 03, 2012 at 10:21:55AM +0000, Francis Daly wrote:
Small correction here:
> > <link rel="shortcut icon" type="image/x-icon"
> > href="https://sogo.mydomain/SOGo/WebServerResources/favicon.ico" />
>
> So: sogo has been configured with its name, and doesn't just use the Host:
> header it receives.
Actually, that is almost certainly due to the
proxy_set_header x-webobjects-server-url $scheme://$host;
directive, so it isn't a specific configuration within sogo.
Which suggests that you'll want this, plus some of the other
"proxy_set_header x-webobjects-*" directives...
> location ^~ /SOGo/ {
> proxy_pass http://127.0.0.1:20000;
> }
...in there too.
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list