Would it be possible to prevent password sharing with nginx? I’d be using nginx and http based authentication to password protect a directory. I’d like to limit the number of IP numbers per user/pass combination and looking for a good strategy.
Share
You could restrict it by IP:
So they need an approved IP and valid credentials.