I
I
Ivan2019-10-16 19:52:05
Nginx
Ivan, 2019-10-16 19:52:05

How to get location in Nginx?

Question to respected connoisseurs. I want to close access to Kibana's dev_tools. for this I make a location in Nginx of the form

location ~ ^/app/kibana.$/dev_tools.* {
                return 404;
        }

This design does not work. how can i fix it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question