so Igor should i use relative or absolute path for script_filename and root<br><br><div class="gmail_quote">2009/9/16 Igor Sysoev <span dir="ltr">&lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5">On Tue, Sep 15, 2009 at 10:27:27PM +0500, Ziyad Saeed wrote:<br>
<br>
&gt; I have seen nginx.conf for linux systems and they start with a / which means<br>
&gt; its an absolute path.<br>
&gt; For windows, is it absolute or relative.<br>
&gt; same goes for the root directive is it absolute path or relative path<br>
<br>
</div></div>In nginx/Windows<br>
*) &quot;c:/...&quot; is absolute path,<br>
*) &quot;/...&quot; is path relative path to drive where nginx was started,<br>
*) anything else is path relative to directory where nginx was started.<br>
<font color="#888888"><br>
<br>
--<br>
Igor Sysoev<br>
<a href="http://sysoev.ru/en/" target="_blank">http://sysoev.ru/en/</a><br>
<br>
</font></blockquote></div><br>