Add vts-sum-key config flag

This commit is contained in:
Nick Novitski 2018-04-16 18:38:43 -07:00
parent 085263f318
commit 8886b8a50e
4 changed files with 16 additions and 1 deletions

View file

@ -532,6 +532,7 @@ http {
{{ if $cfg.EnableVtsStatus }}
vhost_traffic_status_display;
vhost_traffic_status_display_format html;
vhost_traffic_status_display_sum_key {{ $cfg.VtsSumKey }};
{{ else }}
access_log off;
stub_status on;