From 0cd5aed87b1dbb918e6f92647713db0e7f90b3ab Mon Sep 17 00:00:00 2001 From: Lab-8916100448256 <38373466+Lab-8916100448256@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:03:06 +0200 Subject: [PATCH] fix assets path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; }