Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I add Allowed From? #14

Open
ljsherlock opened this issue Jan 20, 2018 · 1 comment
Open

Can I add Allowed From? #14

ljsherlock opened this issue Jan 20, 2018 · 1 comment

Comments

@ljsherlock
Copy link

ljsherlock commented Jan 20, 2018

Just want to first say, this is a great extension and I'm really grateful for you work.

I used this on a client project on which I want to redirect the client's subdomain to my site, but the http authentication didn't allow it.

Would it be possible to add the following?

<RequireAny>
  Require ip 22.33.44.55
  Require valid-user
</RequireAny>

Thanks. Have an awesome one!

@louim
Copy link
Owner

louim commented Jan 22, 2018

Hey!

For that to work, it would have to be written as a Nginx directive, using satisfy. I would gladly accept a PR adding that functionality, as long as this new feature is optional (meaning it is opt in instead of opt out).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants