Looks like that’s HSTS in action.
You’ll need to set nginx_hsts_include_subdomains: false
in group_vars/all/main.yml
.
It’s generally better security to set it which is why its our default. Why not just enable SSL though?
Looks like that’s HSTS in action.
You’ll need to set nginx_hsts_include_subdomains: false
in group_vars/all/main.yml
.
It’s generally better security to set it which is why its our default. Why not just enable SSL though?