mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Fix Nextcloud Contacts search
This commit is contained in:
parent
6653dbb2e2
commit
6ffe643073
@ -18,6 +18,8 @@
|
|||||||
rewrite ^/cloud$ /cloud/ redirect;
|
rewrite ^/cloud$ /cloud/ redirect;
|
||||||
rewrite ^/cloud/$ /cloud/index.php;
|
rewrite ^/cloud/$ /cloud/index.php;
|
||||||
rewrite ^/cloud/(contacts|calendar|files)$ /cloud/index.php/apps/$1/ redirect;
|
rewrite ^/cloud/(contacts|calendar|files)$ /cloud/index.php/apps/$1/ redirect;
|
||||||
|
# Fixes Nextcloud Contacts search:
|
||||||
|
rewrite "^/cloud/apps/contacts/All contacts/(.*)$" /cloud/index.php/apps/contacts/All%20contacts/$1 redirect;
|
||||||
rewrite ^(/cloud/core/doc/[^\/]+/)$ $1/index.html;
|
rewrite ^(/cloud/core/doc/[^\/]+/)$ $1/index.html;
|
||||||
rewrite ^(/cloud/oc[sm]-provider)/$ $1/index.php redirect;
|
rewrite ^(/cloud/oc[sm]-provider)/$ $1/index.php redirect;
|
||||||
location /cloud/ {
|
location /cloud/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user