1290 - remove nginx vts
This commit is contained in:
parent
6661ee8119
commit
b38c31464f
4 changed files with 0 additions and 125 deletions
|
@ -65,14 +65,6 @@ http {
|
|||
access_log /dev/stdout lb_logs;
|
||||
}
|
||||
|
||||
server {
|
||||
include vhost-traffic-status.conf;
|
||||
|
||||
listen 9080 default;
|
||||
|
||||
access_log /dev/stdout lb_logs;
|
||||
}
|
||||
|
||||
{% if v1_only_domain %}
|
||||
server {
|
||||
include server-base.conf;
|
||||
|
@ -132,8 +124,6 @@ http {
|
|||
|
||||
resolver 127.0.0.1 valid=10s;
|
||||
|
||||
vhost_traffic_status_zone;
|
||||
|
||||
server {
|
||||
include server-base.conf;
|
||||
|
||||
|
@ -141,14 +131,6 @@ http {
|
|||
|
||||
access_log /dev/stdout lb_logs;
|
||||
}
|
||||
|
||||
server {
|
||||
include vhost-traffic-status.conf;
|
||||
|
||||
listen 9080 default;
|
||||
|
||||
access_log /dev/stdout lb_logs;
|
||||
}
|
||||
}
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
# vim: ft=nginx
|
||||
|
||||
server_name _;
|
||||
|
||||
root /dev/null;
|
||||
|
||||
vhost_traffic_status_display;
|
Reference in a new issue