From 7b142bb2056dad0f334bf8cd6485e8eed5b747b8 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Thu, 3 Mar 2022 22:39:06 +0100 Subject: [PATCH] Trying to escape # --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d8ebddf..02f7067 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,7 +10,7 @@ location __PATH__/ { # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; - try_files $uri/\#/?lang=en; + try_files $uri/%23/?lang=en; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;