<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I found some bits: prefix is explained on the <a href="http://nginx.org/en/docs/switches.html" target="_blank">command-line parameters docs page</a> and, in a little more vebose fashion, in an <a href="https://www.nginx.com/resources/wiki/start/topics/tutorials/installoptions/" target="_blank">nginx.com tutorial</a>, probably thanks to Rick Nelson.<br><br>Life's lesson: never consider anything as obvious for everyone... Easy to say, hard to apply.<br></div><div class="gmail_extra"><div><div><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Tue, Apr 12, 2016 at 6:05 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<br>
On Mon, Apr 11, 2016 at 07:54:58PM +0000, <a href="mailto:hroku003@yahoo.com" target="_blank">hroku003@yahoo.com</a> wrote:<br>
<br>
> THank you very much for confirmation.<br>
> Is this documented anywhere?<br>
<br>
I don't think it's explicitly documented anywhere except in<br>
CHANGES for 0.6.7 (<a href="http://nginx.org/en/CHANGES" rel="noreferrer" target="_blank">http://nginx.org/en/CHANGES</a>):<br>
<br>
    *) Change: now the paths specified in the "include",<br>
       "auth_basic_user_file", "perl_modules", "ssl_certificate",<br>
       "ssl_certificate_key", and "ssl_client_certificate" directives are<br>
       relative to directory of nginx configuration file nginx.conf, but not<br>
       to nginx prefix directory.<br>
<br>
Basically, there are two types of paths in nginx configuration:<br>
<br>
- configuration-specific paths (include, SSL certs/keys,<br>
  auth_basic_user_file - that is, things that naturally a part of<br>
  configuration), resolved relative to nginx.conf file;<br>
<br>
- all other paths, resolved from prefix.<br>
<br>
This should be documented somewhere, and we already have a ticket<br>
for a related question, <a href="https://trac.nginx.org/nginx/ticket/781" rel="noreferrer" target="_blank">https://trac.nginx.org/nginx/ticket/781</a>.<br>
<span><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" rel="noreferrer" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div></div>