Re: Location для php скрипта с параметрами
Иван Мишин
simplebox66 at gmail.com
Wed Apr 1 08:01:06 UTC 2015
Приведенная выше схема не работает
2015-04-01 10:59 GMT+03:00 Иван Мишин <simplebox66 at gmail.com>:
> ВОт так?
> location / {
> if ($query_string ~ param1=a ) {
> error_page 418 = @restricted;
> }
> proxy_pass http://127.0.0.1:8080;
> }
>
> location @restricted {
> internal;
> auth_basic "Restricted";
> auth_basic_user_file include/passwd/testpass.txt;
> proxy_pass http://127.0.0.1:8080;
> }
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-ru/attachments/20150401/31cd56af/attachment.html>
Подробная информация о списке рассылки nginx-ru