mirror of
https://github.com/YunoHost-Apps/wondercms_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update nginx.conf
This commit is contained in:
parent
bf462850b5
commit
a9c52290db
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location @rewrite {
|
location @rewrite {
|
||||||
rewrite ^/(.+)$ __PATH__/index.php?page=$1 last;
|
rewrite __PATH__/(.+)$ __PATH__/index.php?page=$1 last;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue