return 301 не обрабатывается в location allow IP+deny all

smartlight nginx-forum at nginx.us
Wed Feb 11 06:02:38 UTC 2015


Доброго дня.
Имеется задание для одного location разрешить редирект для white list и
запретить доступ всем остальным.
Реализовано это так:
   location / {
      proxy_pass          http://web_upstream;
      return 301 https://example.com;
      allow 1.1.1.1;
      allow 2.2.2.2
      deny all;
    }

Работает это так, что с любого IP идёт редирект на  https://example.com

Что сделано не так?
Буду признателен за любую помощь.
Спасибо за внимание.

PS
FreeBSD 9.1-RELEASE-p4 
nginx -V
nginx version: nginx/1.4.6
TLS SNI support enabled
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I
/usr/local/include' --with-ld-opt='-L /usr/local/lib'
--conf-path=/usr/local/etc/nginx/nginx.conf
--sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid
--error-log-path=/var/log/nginx-error.log --user=www --group=www
--with-debug --with-ipv6
--http-client-body-temp-path=/var/tmp/nginx/client_body_temp
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
--http-proxy-temp-path=/var/tmp/nginx/proxy_temp
--http-scgi-temp-path=/var/tmp/nginx/scgi_temp
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp
--http-log-path=/var/log/nginx-access.log --with-http_addition_module
--without-http-cache --with-http_geoip_module --with-http_realip_module
--with-http_stub_status_module --with-http_sub_module --with-pcre
--add-module=/usr/ports/www/nginx/work/gabor-nginx-x-rid-header-0daa3cc
--with-http_ssl_module

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,256564,256564#msg-256564



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