Nginx HSTS
Update the following line of code in config file’s server Block.
1add_header Strict-Transport-Security “max-age=63072000; includeSubdomains; “;
Restart the NGINX server.
More details in https://medium.com/@sslsecurity/how-to-enable-hsts-on-apache-nginx-and-lighttpd-8b0c64155911