sub vcl_deliver { | |
set resp.http.Strict-Transport-Security = "max-age=31536000"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sub vcl_deliver { | |
set resp.http.Strict-Transport-Security = "max-age=31536000"; | |
} |