Welcome! Log In Create A New Profile

Advanced

Basic authentication

January 13, 2017 04:42PM
I have a location that I would like to protect:

location /private {
satisfy any;

allow 192.168.1.0/24;
deny all;

auth_basic "Protected";
auth_basic_user_file conf/htpasswd;
}

This works for /private /private/ and /private/somefile.html

However, when I request (GET or POST) /private/foo.php it will execute without auth.

How can I set it up so everything under /private is protected?

Thanks,
Lac
Subject Author Posted

Basic authentication

lacibaci January 13, 2017 04:42PM

Re: Basic authentication

Jim Ohlstein January 13, 2017 05:08PM

Re: Basic authentication

lacibaci January 14, 2017 01:16AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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