simplify nginx status path

This commit is contained in:
Daniel Micay 2023-01-31 21:51:25 -05:00
parent 17c7ba5fd6
commit ff4984b21c

View File

@ -173,7 +173,7 @@ http {
root /var/empty;
location = /nginx_status {
location = / {
stub_status;
access_log off;
}