Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: Issue with the try_files and status page

$
0
0
As a workaround, I must add the following block into any server configuration using try_files:

location ~ ^/(status|ping)$ {
deny all;
}

This is only a workaround and it remains risky because I might forget to add these instructions on a new server one day.

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>