From 1cc484b25547e349177cf652f62021b802f48655 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 3 May 2020 22:52:45 +0200 Subject: Fixed TCP keepalive (workaround) --- plugins/statistics/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/statistics') diff --git a/plugins/statistics/statistics.cpp b/plugins/statistics/statistics.cpp index 35ea241..6d3899e 100644 --- a/plugins/statistics/statistics.cpp +++ b/plugins/statistics/statistics.cpp @@ -113,7 +113,7 @@ std::string statistics_plugin::generate_page( result += "

Webserver Statistics

"; result += "

Host uptime: "s + GetServerParam("uptime_host") + "

"; - result += "

Host webserver: "s + GetServerParam("uptime_webserver") + "

"; + result += "

Webserver uptime: "s + GetServerParam("uptime_webserver") + "

"; result += "

IPv6 fraction by requests: "s + std::to_string(ipv6_fraction_by_requests * 100) + "%

"; result += "

IPv6 fraction by bytes: "s + std::to_string(ipv6_fraction_by_bytes * 100) + "%

"; result += "

HTTPS fraction by requests: "s + std::to_string(https_fraction_by_requests * 100) + "%

"; -- cgit v1.2.3