i force visitors to SSL on two ways in my serverblock
if ($http_x_forwarded_proto = "http") {
return 301 https://$server_name$request_uri;
}
and
add_header Strict-Transport-Security "max-age=31536000;includeSubdomains; preload";
My issue now is that some scripts aren't able to connect to ssl, i think they will not react to STS but is it possible to exclude only one folder from the rewrite without further trouble? I would like to exclude website.org/feed