ПРОЕКТЫ 


  АРХИВ 


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: basic авторизация - как пра вильно?


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: basic авторизация - как пра вильно?
  • From: Alexander Kochetov <kochetov.alexander@xxxxxxxxx>
  • Date: Sat, 18 Dec 2010 10:55:08 +0300
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=sIFporWjaUUmZwGvD7jDn86JIZME79a2LKEUQl663EI=; b=YBzbQoFyUfbtrlNMlnnZk9fN4cdOlnM7par7BsvEoR2VObBkHDX3lGWjgXbPJb4hIH redfaPLka08E4D6qH+urBD5WOpn1SGpFQPDicXtjurOAuZFGxsHH2P836xIi1VltqUTr r3InJNewZDM7vJtn5IzX9PzPQrcowVmqjdwco=
  • 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=iY7lCYq4gt+BFE/kiGdB/dVKH7acZU5MrGljS9KnyS+bEutXOjQYIkwglB1bieDgPy GFLvvgWaR5qg4RymaH10DS6uqW1JctFnKKKBfuZnBGj/XsWW5cbSDV+s+8P6VIVC5EcJ TYDN3Msdf7rLakrPWcVw9WLDPAF8PLCTRVmqA=
  • In-reply-to: <4029e35c44261e6257b83d4c864b8d4b.NginxMailingListRussian@xxxxxxxxxxxxxxx>
  • References: <20101214113453.GG79447@xxxxxxxxxxxxx> <4029e35c44261e6257b83d4c864b8d4b.NginxMailingListRussian@xxxxxxxxxxxxxxx>

18 декабря 2010 г. 5:38 пользователь User <nginx-forum@xxxxxxxx> написал:
> Блин, что-то я всё-такие делаю не так -
> вложил location'ы как советовали, в итоге в
> /protected все работает хорошо, а в / php
> отдаётся исходником.

Можете сделать примерно так:

       location / {...}
       location ^~ /protected {
           auth_basic            "Protected";
           auth_basic_user_file  /home/user/etc/.htpasswd;
           location ~ \.php$ {...}
       }
       location ~ \.php$ {...}
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.