From 42a2745a1819e5d5beb51fa4b127d9d5c3380b2b Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Tue, 9 Feb 2016 15:57:09 +0530 Subject: [PATCH] redis-php7.conf added --- ee/cli/templates/redis-php7.mustache | 1 - 1 file changed, 1 deletion(-) 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$ {