mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Nginx path
This commit is contained in:
parent
4de3d1ab4a
commit
3ad756497b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue