Fix for redis and variable glob
This commit is contained in:
@@ -10,7 +10,7 @@ location / {
|
||||
location /redis-fetch {
|
||||
internal ;
|
||||
set $redis_key $args;
|
||||
redis_pass redis;
|
||||
redis_pass redis;
|
||||
}
|
||||
location /redis-store {
|
||||
internal ;
|
||||
|
||||
Reference in New Issue
Block a user