Add nginx stub metrics if health check enabled (#4938)
Change-Id: Iac90beef20e63fb4a539f91836231469c573f402
This commit is contained in:
parent
2aa66eb12d
commit
e89b47c7ee
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ http {
|
|||
access_log off;
|
||||
return 200;
|
||||
}
|
||||
location /stub_status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
{% endif %}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue