HSTS not sent automatically anymore if HTTP over TLS is configured (still available via security header)
add_header Strict-Transport-Security "15768000" always;
add_header Strict-Transport-Security "max-age=15768000" always;
proxy_hide_header Strict-Transport-Security;