added the line
to my ngnix.conf
It seems to redirect my http:// to https:// and removes the error message in the GUI admin page.
Will Let's Encrypt be able to renew my ssl certificate? It only worked with http:// on port 80?
Code:
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
to my ngnix.conf
It seems to redirect my http:// to https:// and removes the error message in the GUI admin page.
Will Let's Encrypt be able to renew my ssl certificate? It only worked with http:// on port 80?