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
adde6141b1
commit
9683c7462c
1 changed files with 2 additions and 2 deletions
|
@ -14,10 +14,10 @@ location __PATH__/ {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 50M;
|
||||
|
||||
location /yunohost/sso/ {
|
||||
location __PATH__/yunohost/sso/ {
|
||||
try_files $uri $uri/ index.php;
|
||||
}
|
||||
location / {
|
||||
location __PATH__/ {
|
||||
try_files $uri $uri/ @prettynoemiecms;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue