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; }