From 91317eb16b9ffc97266146c58babb8d05a56662c Mon Sep 17 00:00:00 2001 From: Xavier Brochard Date: Sun, 16 Oct 2022 21:24:17 +0200 Subject: [PATCH] Fix assets location Because __PATH__ is already /libreto/ --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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