Merge pull request #294 from tersor/master
Exclude the status page itself in traffic calculation
This commit is contained in:
@@ -21,8 +21,10 @@ server {
|
||||
|
||||
# nginx-vts-status
|
||||
location /vts_status {
|
||||
vhost_traffic_status_display;
|
||||
vhost_traffic_status_display_format html;
|
||||
vhost_traffic_status_bypass_limit on;
|
||||
vhost_traffic_status_bypass_stats on;
|
||||
vhost_traffic_status_display;
|
||||
vhost_traffic_status_display_format html;
|
||||
}
|
||||
|
||||
location / {
|
||||
@@ -66,4 +68,4 @@ server {
|
||||
|
||||
include {{webroot}}22222/conf/nginx/*.conf;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user