From fd8a353403eae069b674189a087a3235bb610336 Mon Sep 17 00:00:00 2001 From: ljf Date: Wed, 28 Nov 2018 23:16:31 +0100 Subject: [PATCH] [fix] Nginx issue --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f7c07e0..6138dc3 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,7 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; - try_files @libreto; + try_files "" @libreto; location __PATH__/libreto/assets/ { alias __FINALPATH__/libreto/assets/;