Thank you, I have done this, both on the rewrite as well as the location =
^/SOGo/ lines, this fixes the CSS issue on the frontpage, however I am now
having a different issue after logging in, will try and solve that.

On Sat, 7 Jan 2023 at 17:13, Jose David Bravo A <[email protected]> wrote:

> Hello,
>
> Please try to change the folowing block:
>
>  location = / {
>     rewrite ^ http://$server_name/SOGo;
>     allow all;
>   }
>
> for
>
>  location = / {
>     rewrite ^ http://$server_name/SOGo/;
>     allow all;
>   }
>
> And restart your sogo, probably those wrong resources URLs are being
> cached incorrectly.
>
> Please always use a / after SOGo, if not, a wrong value can be parsed into
> the appName (please remember that SOGo extract the appName from the first
> characters of the URL, until it finds a /).
>
> Jose Bravo
>
> ------------------------------
> *De: *"users" <[email protected]>
> *Para: *"users" <[email protected]>
> *Enviados: *Sábado, 7 de Enero 2023 1:38:26
> *Asunto: *Re: [SOGo] SOGo with NginX Reverse Proxy - White Screen no CSS
>
> Interresting, when comparing the source to the source for the Debian Repo
> version running behind Apache on one of my other servers I note this:
>
> Not Working: <link
> href="/.woa/WebServerResources/img/sogo.ico?lm=1673014221" rel="shortcut
> icon" type="image/x-icon" />
> Working: <link
> href="/SOGo.woa/WebServerResources/img/sogo.ico?lm=1636663461"
> rel="shortcut icon" type="image/x-icon" />
>
> (This applies to all link href attributes)
>
> I suspect my rewrite instruction is the issue...
>
>

-- 
Eben van Deventer (AKA Buff)
+27 83 548 6207
+27 11 391 2258
[email protected]

Reply via email to