diff --git a/conf/nginx.conf b/conf/nginx.conf index 4d7e371..df09d2c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file client_max_body_size 50M; - location __PATH__/assets/ { + location __PATH__/libreto/assets/ { alias __INSTALL_DIR__/libreto/libreto/assets/; }