bunkerweb/bw/temp_nginx/http/headers.conf
2022-10-19 17:37:13 +02:00

4 lines
No EOL
69 B
Text

map $scheme $header_cookie_secure {
default "";
"https" "secure";
}