diff --git a/plinth/modules/sogo/data/usr/share/freedombox/etc/apache2/conf-available/sogo-freedombox.conf b/plinth/modules/sogo/data/usr/share/freedombox/etc/apache2/conf-available/sogo-freedombox.conf index 421bf8a91..a825b1ddc 100644 --- a/plinth/modules/sogo/data/usr/share/freedombox/etc/apache2/conf-available/sogo-freedombox.conf +++ b/plinth/modules/sogo/data/usr/share/freedombox/etc/apache2/conf-available/sogo-freedombox.conf @@ -3,8 +3,8 @@ ## https://www.sogo.nu/support/faq/how-to-configure-apache-as-frontend.html ## -Alias /SOGo.woa/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/ -Alias /SOGo/WebServerResources/ /usr/lib/GNUstep/SOGo/WebServerResources/ +Alias /SOGo.woa/WebServerResources/ /usr/share/GNUstep/SOGo/WebServerResources/ +Alias /SOGo/WebServerResources/ /usr/share/GNUstep/SOGo/WebServerResources/ Redirect 301 /.well-known/caldav /SOGo/dav Redirect 301 /.well-known/carddav /SOGo/dav @@ -24,7 +24,7 @@ Redirect 301 /.well-known/carddav /SOGo/dav AddDefaultCharset UTF-8 - + Require all granted # Explicitly allow caching of static content to avoid browser specific # behavior. A resource's URL MUST change in order to have the client load