1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
This commit is contained in:
Limezy 2023-01-21 01:09:39 +07:00
parent e04f8b9dfb
commit cd765d3f47

View file

@ -26,7 +26,7 @@ location __PATH__/ {
}
# 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;
try_files $uri $uri/ __PATH__/index.php?$args;