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