mirror of
https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git
synced 2024-09-03 20:06:36 +02:00
commit
a2309f4c62
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
location __PATH__/ {
|
||||
try_files $uri $uri/ @prettynoemiecms;
|
||||
try_files $uri $uri/ @__NAME__;
|
||||
}
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
@ -38,6 +38,6 @@ location __PATH__/ {
|
|||
include conf.d/yunohost_panel.conf.inc;
|
||||
}
|
||||
|
||||
location @prettynoemiecms {
|
||||
location @__NAME__ {
|
||||
rewrite /(.*)$ __PATH__/index.php?/$1 last;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue