<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi,<div>have you thought about reccomending this http->https redirect for nginx:</div><div><br></div><div><div><b>return 301 <a href="https://$host$request_uri">https://$host$request_uri</a>;</b></div></div><div><br></div><div>instead of rewrite..</div><div><br></div><div>Thanks</div><div>Brona</div></body></html>