simplify nginx status path

This commit is contained in:
Daniel Micay 2023-01-31 21:50:35 -05:00
parent 895f9d5e8c
commit 3bb002fcd1

View File

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