1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git synced 2024-09-03 20:06:36 +02:00

Merge pull request #13 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2020-04-24 01:57:18 +02:00 committed by GitHub
commit a2309f4c62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ location __PATH__/ {
} }
location __PATH__/ { location __PATH__/ {
try_files $uri $uri/ @prettynoemiecms; try_files $uri $uri/ @__NAME__;
} }
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
@ -38,6 +38,6 @@ location __PATH__/ {
include conf.d/yunohost_panel.conf.inc; include conf.d/yunohost_panel.conf.inc;
} }
location @prettynoemiecms { location @__NAME__ {
rewrite /(.*)$ __PATH__/index.php?/$1 last; rewrite /(.*)$ __PATH__/index.php?/$1 last;
} }