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

Update nginx.conf

This commit is contained in:
Limezy 2023-12-03 15:13:47 +07:00
parent f8de92891f
commit 1a9e94cd5e

View file

@ -26,7 +26,7 @@ location __PATH__/ {
} }
# Default indexes and catch-all # Default indexes and catch-all
rewrite ^__PATH__/(connexion|inscription|compte|export)$ __PATH__/$1.php; rewrite ^__PATH__/(connexion.html|api|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;