From fb93b4fb845f891719ce06b5e0b2a97b1776c222 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Thu, 5 Oct 2023 00:51:55 +0200 Subject: [PATCH] Update nginx.conf resolve issue #23 for upgrade libreto --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ce4cd43..a7aeb22 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__/assets/ { + location __PATH__/libreto/assets/ { alias __FINALPATH__/libreto/assets/; } # IF YOU CHANGE SOMETHING IN THIS CONFIGURATION