Welcome! Log In Create A New Profile

Advanced

Re: Как отловить какой location срабатывает

March 16, 2012 12:30PM
Добавьте в location свой access_log.

16 марта 2012 г. 17:27 пользователь sarzhan <nginx-forum@nginx.us> написал:

> Добрый день, хочу на форум сделать
> auth_basic на папку, с файлами для форума
> vbulletin, папка includes адрес форума /comm/.
> В конфигурационном файле делаю
> следующие записи, но что то не
> срабатывает подскажите, где ошибка или
> вложенный location надо ниже добавить?
> Спасибо.
>
> location /comm/ {
> location ~ ^/comm/includes/.*\.php$ {
> auth_basic "Restricted";
> auth_basic_user_file /etc/nginx/htpasswd;
> }
>
> rewrite ^/comm/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$
> /comm/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
>
> if (!-e $request_filename) {
> rewrite ^/comm/(.*)$ /comm/vbseo.php last;
> }
>
> }
>
> if ($request_filename ~ "\.php$" ) {
> rewrite ^/comm/(.*)$ /comm/vbseo.php last;
> }
>
> location / {
> .......
> }
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,223970,223970#msg-223970
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru




--
Viacheslav Biriukov
BR
http://biriukov.com
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

Как отловить какой location срабатывает

sarzhan March 16, 2012 11:27AM

Re: Как отловить какой location срабатывает

Sov1et March 16, 2012 12:30PM

Re: Как отловить какой location срабатывает

Андрей Василишин March 16, 2012 12:38PM

Re: Как отловить какой location срабатывает

sarzhan March 19, 2012 08:52AM

Re: Как отловить какой location срабатывает

sarzhan March 19, 2012 11:09AM

Re: Как отловить какой location срабатывает

Gena Makhomed March 19, 2012 09:28AM

Re: Как отловить какой location срабатывает

Валентин Бартенев March 19, 2012 09:58AM

Re: Как отловить какой location срабатывает

Andrey N. Oktyabrski March 19, 2012 11:40AM

Re: Как отловить какой location срабатывает

sarzhan March 19, 2012 12:55PM

Re[2]: Как отловить какой location срабатывает

Andrey Repin March 20, 2012 04:36AM

Re: Re[2]: Как отловить какой location срабатывает

sarzhan March 20, 2012 02:22PM

Re[4]: Как отловить какой location срабатывает

Andrey Repin March 20, 2012 06:06PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 206
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready