diff --git a/ee/cli/templates/redis-php7.mustache b/ee/cli/templates/redis-php7.mustache index cab420c3..1e4a8cd1 100644 --- a/ee/cli/templates/redis-php7.mustache +++ b/ee/cli/templates/redis-php7.mustache @@ -32,7 +32,6 @@ location /redis-store { redis2_query set $key $echo_request_body; redis2_query expire $key 14400; redis2_pass redis; - } location ~ \.php$ {