<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hi,<br><br></div>I have this setup<br></div>browser -> ssl proxy -> nginx<br></div>browser to ssl proxy is https only<br></div>ssl proxy to nginx is http only<br><br></div>now i browse to "<a href="https://exemple.com/aaa">https://exemple.com/aaa</a>", where aaa is a directory,<br></div>so nginx send back a 301 redirect with "Location: <a href="http://exemple.com/aaa/">http://exemple.com/aaa/</a>"<br><br></div>Is it possible to send https instead of http (in Location),<br>or send a relative header, like "Location: /aaa/",<br></div>or just disable this redirection (in my case it's ok)<br></div><div><br></div>Thanks in advance<br></div>Etienne<br></div>