no need for case insensitive match for cookie name
This commit is contained in:
parent
fddfa68695
commit
2cc8f2f9a6
@ -73,7 +73,7 @@ http {
|
|||||||
if_modified_since before;
|
if_modified_since before;
|
||||||
|
|
||||||
map $http_cookie $nopush {
|
map $http_cookie $nopush {
|
||||||
"~*__Host-preload=1" 1;
|
~__Host-preload=1 1;
|
||||||
default 0;
|
default 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user