diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-31 21:50:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-31 21:50:35 -0500 |
| commit | 3bb002fcd1748e70564187f1bb0c04380291dbfc (patch) | |
| tree | 59f1faf95c6c97477819381e91d484b1e67fa5d7 /nginx | |
| parent | 895f9d5e8c75f89a66326b3555e7e72399c32095 (diff) | |
simplify nginx status path
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 84c85283..6de0d9cc 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -536,7 +536,7 @@ http { root /var/empty; - location = /nginx_status { + location = / { stub_status; access_log off; } |
