mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
Update nginx.conf
This commit is contained in:
parent
9c5670bc2a
commit
4985982288
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location @__APP__ {
|
location @__APP__ {
|
||||||
rewrite __PATH__/(.*)$ __PATH__/index.php last;
|
rewrite __PATH__/(.+)$ __PATH__/index.php?page=$1 last;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue