Joshua Parker Ruehlig
Hall of Famer
- Joined
- Dec 5, 2011
- Messages
- 5,949
I don't implement SSL in nginx so I'm not sure.Hi,
Everything is still running fine since my last post, but...
I want to get a ride of security tips concerning HSTS.
I added these lines to my nginx conf file but the warning message still appears even if i have restarted nginx.
server mydomain.com;
add_header Strict-Transport-Security 'max-age=31536000; includeSubDomains' always;
Maybe i missed something.
Thanks.
but, did you check your headers that it was being sent correctly? your quoting looks weird to me, like it starts and end weird