Update nginx.tmpl
This commit is contained in:
parent
d8368ec939
commit
a5ca4e6d71
1 changed files with 2 additions and 2 deletions
|
@ -474,9 +474,9 @@ http {
|
|||
}
|
||||
}
|
||||
|
||||
{{- if $cfg.enableVtsStatus }}
|
||||
{{- if $cfg.EnableVtsStatus }}
|
||||
server {
|
||||
listen 18081 {{ if $cfg.useProxyProtocol -}} proxy_protocol {{ end -}} reuseport;
|
||||
listen 18081 {{ if $cfg.UseProxyProtocol -}} proxy_protocol {{ end -}} reuseport;
|
||||
|
||||
location /nginx_status {
|
||||
proxy_pass http://127.0.0.1:18080;
|
||||
|
|
Loading…
Reference in a new issue