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@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx