mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Fix
This commit is contained in:
parent
e04f8b9dfb
commit
cd765d3f47
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Default indexes and catch-all
|
# Default indexes and catch-all
|
||||||
rewrite ^/(connexion|inscription|compte|export)$ /$1.php;
|
rewrite ^__PATH__/(connexion|inscription|compte|export)$ __PATH__/$1.php;
|
||||||
index index.html index.php;
|
index index.html index.php;
|
||||||
try_files $uri $uri/ __PATH__/index.php?$args;
|
try_files $uri $uri/ __PATH__/index.php?$args;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue