Answer the question
In order to leave comments, you need to log in
How to make authorization via ssl for certain IPs in nginx?
Greetings, there is a balancer on nginx and an internal dns zone for the domain.
Let 's say https://app.example.com is proxied to the application on 10.10.101.14:8081
Access to the application from outside via IP is blocked on the load balancer.
location / {
allow 10.10.101.0/24;
deny all;
.......
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question