From b55964afc562524a4bc0a003d13aaebea16ffefb Mon Sep 17 00:00:00 2001 From: ljf Date: Tue, 27 Nov 2018 18:14:14 +0100 Subject: [PATCH] [fix] Nginx issue --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f55f1b1..f7c07e0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,9 +13,9 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; - try_files $uri $uri/ @libreto; + try_files @libreto; - location __PATH__/assets/ { + location __PATH__/libreto/assets/ { alias __FINALPATH__/libreto/assets/; } # Include SSOWAT user panel.