<div dir="ltr"><div>Hello Mr. Maxim, thank you very much for your reply.</div><div><br></div><div>Things are much clearer now, thanks!</div><div><br></div><div>One, last question;</div><div><br></div><div>I have implemented nginx as a reverse proxy with TLS termination in my FreeBSD host machine, and another nginx instance running in my jail, in; 10.10.10.2.</div><div><br></div><div>So, the host machine does the reverse proxying and SSL.</div><div><br></div><div>Before I open my website to public and production (a Wordpress website), could you please kindly have a look at my reverse proxy configuration here;<br><br></div><div><a href="http://paste.nginx.org/b8">http://paste.nginx.org/b8</a><br></div><div><br></div><div>So that you might wish to add some suggestions, or perhaps I still have a misconfigured/unneeded directive there?</div><div><br></div><div>Thanks once again,</div><div>Regards.</div><div>Mark.</div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Maxim Dounin <<a href="mailto:mdounin@mdounin.ru">mdounin@mdounin.ru</a>>, 19 Kas 2023 Paz, 03:05 tarihinde şunu yazdı:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello!<br>
<br>
On Sat, Nov 18, 2023 at 01:54:21PM +0300, Mark wrote:<br>
<br>
> Hello there.<br>
> <br>
> Having a proxy directive like;<br>
> <br>
> location / {<br>
>     proxy_pass <a href="http://10.10.10.4:4020" rel="noreferrer" target="_blank">http://10.10.10.4:4020</a>;<br>
>     ...<br>
> <br>
> I wonder when using proxy_pass http://... (not httpS),<br>
> are these directives effective, under the proxy_pass?<br>
> <br>
>     proxy_ssl_name $host;<br>
>     proxy_ssl_server_name on;<br>
>     proxy_ssl_session_reuse off;<br>
> <br>
> Or they would work ONLY if proxy_pass is pointed to an "https://"?<br>
<br>
The "proxy_ssl_*" directives define configuration for SSL <br>
proxying.  That is, corresponding values are only used when <br>
proxy_pass is used with the "https" scheme.<br>
<br>
-- <br>
Maxim Dounin<br>
<a href="http://mdounin.ru/" rel="noreferrer" target="_blank">http://mdounin.ru/</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="https://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">https://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div>