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