<br><div class="gmail_quote">2008/12/18 Anton Bogdanovitch <span dir="ltr">&lt;<a href="mailto:poison.box@gmail.com">poison.box@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Подскажите, пожалуйста, где ошибка?<br>
<br>
server {<br>
<br>
listen &nbsp; &nbsp; &nbsp; 80;<br>
server_name &nbsp;.<a href="http://domain.com" target="_blank">domain.com</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<br>
access_log &nbsp; &nbsp; &nbsp;/usr/local/www/<a href="http://domain.com/log/access" target="_blank">domain.com/log/access</a>;<br>
error_log &nbsp; &nbsp; &nbsp; /usr/local/www/<a href="http://domain.com/log/error" target="_blank">domain.com/log/error</a>;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
root &nbsp; /usr/local/www/<a href="http://domain.com/data" target="_blank">domain.com/data</a>;<br>
index &nbsp;index.html index.htm index.php;<br>
<br>
location / {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;log_not_found &nbsp;off;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;error_page &nbsp; &nbsp; 404 = @drupal;<br>
}<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
</blockquote><div>- location = @drupal {<br>+ location @drupal { </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp; &nbsp; &nbsp;&nbsp; fastcgi_pass &nbsp; unix:/tmp/php-fcgi.sock;<br>

 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_index &nbsp;index.php;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_param &nbsp;SCRIPT_FILENAME &nbsp;$document_root/index.php;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_param &nbsp;QUERY_STRING &nbsp; &nbsp; q=$request_uri;<br>
}<br>
<br>
location ~ \.(class|inc)$ {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;deny &nbsp;all;<br>
}<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
location ~ \.php$ {<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_pass &nbsp; unix:/tmp/php-fcgi.sock;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;fastcgi_index &nbsp;index.php;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;include /usr/local/etc/nginx/fastcgi.conf;<br>
}<br>
<br>
}<br>
<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>С уважением, Борис Долгов.<br>icq 77556665<br>e-mail <a href="mailto:boris@dolgov.name">boris@dolgov.name</a><br>