1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Fixed nginx config again

This commit is contained in:
anmol 2020-10-17 03:54:19 +05:30
parent 0aebf6da9e
commit b64f7ede59

View file

@ -40,4 +40,5 @@ location @monica {
rewrite carddav/(.*) __PATH__/dav?/$1 permanent; rewrite carddav/(.*) __PATH__/dav?/$1 permanent;
# rewrite all to index.php # rewrite all to index.php
rewrite ^(.*)$ __PATH__/index.php?/$1 last;
} }