From 1589b20529a86bd7042b37fffdc132a09cbaa5b5 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:42:45 +0200 Subject: [PATCH] Fix typo in nginx config --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d5ce364..2798051 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 256M; - try_files $uri $uri/ index.php + try_files $uri $uri/ index.php; location ~ ^/pages/(?!index.php/)(.*) { try_files $uri $uri/ /pages/index.php/$1;