1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreto_ynh.git synced 2024-09-03 19:36:14 +02:00

[fix] Nginx issue

This commit is contained in:
ljf 2018-11-27 18:14:14 +01:00
parent 14549f9e34
commit b55964afc5

View file

@ -13,9 +13,9 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
try_files $uri $uri/ @libreto;
try_files @libreto;
location __PATH__/assets/ {
location __PATH__/libreto/assets/ {
alias __FINALPATH__/libreto/assets/;
}
# Include SSOWAT user panel.