Re: Location для php скрипта с параметрами

Иван Мишин simplebox66 at gmail.com
Wed Apr 1 07:59:46 UTC 2015


ВОт так?
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/dba4a92b/attachment.html>


Подробная информация о списке рассылки nginx-ru