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-28 23:16:31 +01:00
parent cf7c9f6889
commit fd8a353403

View file

@ -13,7 +13,7 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
try_files @libreto;
try_files "" @libreto;
location __PATH__/libreto/assets/ {
alias __FINALPATH__/libreto/assets/;