ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
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: ash2k - <ash2kk@xxxxxxxxx>
  • Date: Fri, 20 Nov 2009 12:21:00 +0500
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iWPEHnxDhS/JaJbII63vfkejrFpjjxaN+VvK5E3c0gU=; b=A88uyhfGiK/qhK5PApfuzWrK3Em0Br699gXNdYtuB7zCnhnu0TzE42yxmmLUEqY/Lu 6iy76S/KuG13rJv0j3Zv8UlA1/AvRT/ZMestY//wvi5rQgoWs++A6Ffdj78rvCdzSon5 iE3s65Tz3QF9cuUtrQt8gCkYecI8Q81eKaqAI=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=h5f6Cyahld8X90lrtOD7S/9Y4LHyBC0QlrygSxDAhAorFJZOKw4AjdKBx7Fh7duMYA G4SCypo105ys8CZqAbNZktoDWpavkTXLNpIPNplUDEGYAvmUpu52M3iLdObQtPasoaLO wb5dWnOFhZhFL4VBVS/kGk7oz3Xl3SCSWUgD8=
  • In-reply-to: <f0253e8e5b2e9505dc7be6362c7d9339.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <20091113114412.GC66520@xxxxxxxxxxxxx> <f0253e8e5b2e9505dc7be6362c7d9339.NginxMailingListRussian@xxxxxxxxxxxxxxx>

Думаю Вы забыли директиву root внутри  location /

19 ноября 2009 г. 20:15 пользователь shebeko <nginx-forum@xxxxxxxx> написал:
> Спасибо.
> Всё работает почти как надо.
> Единственная проблема, если зайти на  http://v2.vnetgis.com/,
> то всё равно возвращает 403, хотя хотелось бы, чтобы подхватывался index.htm
> Выделенную строчку я пытался добавлять. Что с ней, что без неё эффект 
> одинаковый. :(
> Перенаправление на страницу с ошибками я тоже пока убрал для чистоты 
> эксперемента.
>
>
>
>        location /
>        {
>            index  index.html index.htm index.php;
>            return 403;
>        }
>
>        location ~ /\.svn/
>        {
>            return 403;
>        }
>
>        location ~* ^.+\.(gif|png|jpg|jpeg)$
>        {
>          ...
>        }
>
>        location ~* ^.+\.(txt|js|css|zip|rar|htm)$
>        {
>          ...
>        }
>
>
>        location ~* ^.+\.php$
>        {
>          ...
>        }
>
>
> P.S. Кстати, спасибо за великолепный http сервер.
>
> Posted at Nginx Forum: 
> http://forum.nginx.org/read.php?21,22543,24178#msg-24178
>
>
>


 




Copyright © Lexa Software, 1996-2009.