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:
parent
0aebf6da9e
commit
b64f7ede59
1 changed files with 1 additions and 0 deletions
|
@ -40,4 +40,5 @@ location @monica {
|
|||
rewrite carddav/(.*) __PATH__/dav?/$1 permanent;
|
||||
|
||||
# rewrite all to index.php
|
||||
rewrite ^(.*)$ __PATH__/index.php?/$1 last;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue