From 3ad756497b4cb3c5e5392e9617333b6fc878f2d9 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Thu, 19 Nov 2020 19:47:16 +0530 Subject: [PATCH] Nginx path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index a2d5ecd..3358362 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -40,5 +40,5 @@ location @monica { rewrite carddav/(.*) __PATH__/dav?/$1 permanent; # rewrite all to index.php - rewrite ^(.*)$ __PATH__/index.php?/$1 last; + rewrite ^__PATH__/(.*)$ __PATH__/index.php?/$1 last; }