Skip to content

Commit

Permalink
Add ServerStatusZones support in vs/vsr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Sep 12, 2019
1 parent 4e5e67f commit d4e21b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/configs/version2/nginx-plus.virtualserver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ server {
listen 80{{ if $s.ProxyProtocol }} proxy_protocol{{ end }};

server_name {{ $s.ServerName }};
status_zone {{ $s.ServerName }};

{{ with $ssl := $s.SSL }}
listen 443 ssl{{ if $ssl.HTTP2 }} http2{{ end }}{{ if $s.ProxyProtocol }} proxy_protocol{{ end }};
Expand Down

0 comments on commit d4e21b7

Please sign in to comment.