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:
parent
f8de92891f
commit
1a9e94cd5e
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 ^__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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue