Hello

Am 08.09.2016 um 12:29 schrieb renaud.rolles+s...@giraudbtp.com:
> Hi, 
> 
> First off all, thanks for making this software, it's quite good and I like
> it.
> 
> I just made the upgrade from v2 to v3 (
> http://www.iredmail.org/docs/upgrade.sogo.2.to.3.html )
> I run on debian jessie
> It's working for client (android, iphone and outlook) but I cannot have css
> and js on the web interface.
> 
> I have an iredmail server with nginx who proxy everything to another server
> where sogo is installed.
> The last server doesn't have any webserver.
> 
> So client do : Internet -> Firewall -> 10.0.0.7 (nginx with iredmail) ->
> 10.0.0.13 (sogo machine)
> 
> Had to separate because iredmail machine is i386.
> 
> Now it was working fine with v2, and when I did the update it broke.
> 
> Here is nginx settings: 
>  
>          location /SOGo.woa/WebServerResources/ {
>               #alias /usr/lib/GNUstep/SOGo/WebServerResources/;
>               proxy_pass
> http://10.0.0.13:20000/SOGo.woa/WebServerResources/;
>               access_log /var/log/nginx/sogo.access.log;
>           }
>           location /SOGo/WebServerResources/ {
>               #alias /usr/lib/GNUstep/SOGo/WebServerResources/;
>               proxy_pass http://10.0.0.13:20000/SOGo/WebServerResources/;
>           }
>           location ^/SOGo/so/ControlPanel/Products/([^/]*)/Resources/(.*)$
> {
>               #alias /usr/lib/GNUstep/SOGo/$1.SOGo/Resources/$2;
>               proxy_pass
> http://10.0.0.13:20000/SOGo/so/ControlPanel/Products/$1/Resources/$2;
>               access_log /var/log/nginx/sogo.access.log;
>           }
> 
> When I access files it says (ex :
> https://mydom/SOGo.woa/WebServerResources/js/vendor/angular-cookies.min.js
> ): 
>       Resource not found
>       Name: vendor
>       Languages: (js, js)
>       ResourceManager: <0x0x7efd8fd49780[WEResourceManager]:>
> 
> Idem if I try to access it directly on the sogo server (
> http://10.0.0.13:20000/SOGo.woa/WebServerResources/js/vendor/angular-cookies
> .min.js )
> 
> I have checked on the sogo machine and the files exists : 
>       find / -name angular-cookies.min.js
>       
> /usr/lib/GNUstep/SOGo/WebServerResources/js/vendor/angular-cookies.min.js
> 
> What have I done ? 
> How to correct this ?
> 
> Thanks for reading, and sorry for the bad english
> 
> Renaud ROLLES 
> 
> 
> 

What does /var/log/nginx/sogo.access.log show when opening the website?


Kind regards,
Christian Mack

-- 
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to