diff --git a/conf/nginx.conf b/conf/nginx.conf index f7c07e0..6138dc3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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/;