Welcome! Log In Create A New Profile

Advanced

Re: allow access on a sublocation

Reinis Rozitis
August 06, 2013 10:52AM
> this configuration does not work as expected :
> server {
> satisfy any;

If that is all your configuration (no extra location blocks) then just
include the rules inside location / {} like:


server {

location / {
satisfy any;
auth_basic "DING DING SONG";
...
deny all;
}

location /allowed/ {
}

}


p.s. http://nginx.org/en/docs/http/ngx_http_core_module.html#location

rr

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

allow access on a sublocation

Greg August 06, 2013 10:10AM

Re: allow access on a sublocation

Jonathan Matthews August 06, 2013 10:24AM

Re: allow access on a sublocation

Greg August 06, 2013 10:36AM

Re: allow access on a sublocation

Jonathan Matthews August 06, 2013 10:50AM

Re: allow access on a sublocation

Reinis Rozitis August 06, 2013 10:52AM

Re: allow access on a sublocation

Greg August 06, 2013 11:02AM

Re: allow access on a sublocation

Reinis Rozitis August 06, 2013 11:24AM

Re: allow access on a sublocation

Francis Daly August 06, 2013 05:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 138
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