mirror of
https://github.com/YunoHost-Apps/prettynoemiecms_ynh.git
synced 2024-09-03 20:06:36 +02:00
Update nginx.conf
This commit is contained in:
parent
380175bb05
commit
0471adb52b
1 changed files with 0 additions and 4 deletions
|
@ -41,7 +41,3 @@ location __PATH__/ {
|
||||||
location @prettynoemiecms {
|
location @prettynoemiecms {
|
||||||
rewrite /(.*)$ __PATH__/index.php?/$1 last;
|
rewrite /(.*)$ __PATH__/index.php?/$1 last;
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/medias/ {
|
|
||||||
alias __FINALPATH__/sites/$host/medias/;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue