Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не работают страницы PHP
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Не работают страницы PHP
- From: "artdanilov" <nginx-forum@xxxxxxxx>
- Date: Sun, 23 May 2010 08:39:06 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mickey.jlkhosting.com; s=x; h=Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=Wp7PWdBhHSwhaZxRLeVF3ViLIyz7tWWLxrrsAveRux0=; b=piXRk+PTUEpD8T3aDEJHxUnH7zdeE7p1xOOuudpLMMLioNLtaWU3kN87IbWbrzkESFnJ9jVIFFkATY55aPfvpMXmngOjyV9W64fU3W6FC7gNQe3u7qiz8aUDHKMDFnLL;
- In-reply-to: <20100523115517.GB58235@xxxxxxxxxxxxx>
- References: <20100523115517.GB58235@xxxxxxxxxxxxx>
не помогло :(
оставил вообще:
server {
listen 80;
server_name site.ru;
location / {
expires epoch;
fastcgi_pass unix:/tmp/fcgi.sock;
fastcgi_read_timeout 30;
fastcgi_send_timeout 30;
fastcgi_intercept_errors on;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param script_filename
/home/art/www/site.ru$fastcgi_script_name;
}
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,89288,89327#msg-89327
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|