Browse Source

redis-php7.conf added

master
Prabuddha Chakraborty 9 years ago
parent
commit
42a2745a18
  1. 1
      ee/cli/templates/redis-php7.mustache

1
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$ {

Loading…
Cancel
Save