Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: не видит директорию
- To: nginx-ru@xxxxxxxxx
- Subject: Re: не видит директорию
- From: "horsement" <nginx-forum@xxxxxxxx>
- Date: Thu, 24 Apr 2014 12:53:08 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=selenium.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=mNDFSaDPZ24yN4xqJzgCaeznX2ETg3hbbhbrDt7c1RU=; b=ZyzPWLfYraBptO+zbrSsCuyNeZ2EwjnHQfyr3NsvYyDZizkqWMZAJsiLL247RrM8RDdEgMHnpJ6nDHUH8cbKESW7ghDJ3H0iiB5VVrvnun56oejXB51n7O0N3CPmvgM7q774AmfeG7fk9OUnL2IhU476QtbggVvd4fOW06rgy0s=;
- In-reply-to: <20140424161538.GG34696@mdounin.ru>
- References: <20140424161538.GG34696@mdounin.ru>
ну вышеже указана директория
location / {
root C:/APPServ/htdocs;
index index.php;
}
темболее если раскоментировать
location ~ \.php$ {
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME C:/APPServ/htdocs$fastcgi_script_name;
он тоже показывает 404
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,249546,249554#msg-249554
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|