no need for case insensitive match for cookie name

This commit is contained in:
Daniel Micay 2021-12-04 08:09:14 -05:00
parent fddfa68695
commit 2cc8f2f9a6

View File

@ -73,7 +73,7 @@ http {
if_modified_since before;
map $http_cookie $nopush {
"~*__Host-preload=1" 1;
~__Host-preload=1 1;
default 0;
}