From c7740b5cef0982e4a2c316b7c74804ffcdb24738 Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 22 Jan 2025 08:18:06 -0600 Subject: [PATCH] LEAF-4614 - remove un used rewrite --- docker/nginx/leaf_nginx.conf.template | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx/leaf_nginx.conf.template b/docker/nginx/leaf_nginx.conf.template index 3bcde5cce..d05583a93 100644 --- a/docker/nginx/leaf_nginx.conf.template +++ b/docker/nginx/leaf_nginx.conf.template @@ -42,7 +42,6 @@ server { } location ~ \.php$ { - #rewrite ^//(.*)$ /$1 break; try_files $uri $uri/ /index.php =404; fastcgi_pass ${LEAF_POD}:9000; fastcgi_index index.php;