diff --git a/conf/nginx-primaryonly.conf b/conf/nginx-primaryonly.conf index d3d09da5..321194ad 100644 --- a/conf/nginx-primaryonly.conf +++ b/conf/nginx-primaryonly.conf @@ -8,6 +8,7 @@ # ownCloud configuration. rewrite ^/cloud$ /cloud/ redirect; rewrite ^/cloud/$ /cloud/index.php; + rewrite ^/cloud/(contacts|calendar|files)$ /cloud/index.php/apps/$1/ redirect; rewrite ^(/cloud/core/doc/[^\/]+/)$ $1/index.html; location /cloud/ { alias /usr/local/lib/owncloud/; diff --git a/management/templates/index.html b/management/templates/index.html index a95c1c8e..a37644ce 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -92,17 +92,13 @@ @@ -142,6 +138,10 @@ {% include "aliases.html" %} +
+ {% include "sync-guide.html" %} +
+