diff --git a/conf/nginx.conf b/conf/nginx.conf index a7aeb22..ce4cd43 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,7 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; - location __PATH__/libreto/assets/ { + location __PATH__/assets/ { alias __FINALPATH__/libreto/assets/; } # IF YOU CHANGE SOMETHING IN THIS CONFIGURATION