From b64f7ede59fb58132e09e0049528fac17a6cc82d Mon Sep 17 00:00:00 2001 From: anmol Date: Sat, 17 Oct 2020 03:54:19 +0530 Subject: [PATCH] Fixed nginx config again --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 672f768..a2d5ecd 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -40,4 +40,5 @@ location @monica { rewrite carddav/(.*) __PATH__/dav?/$1 permanent; # rewrite all to index.php + rewrite ^(.*)$ __PATH__/index.php?/$1 last; }