From a9de2d443b7ba244b69e8bd3cbf52c812b70539d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 16 Jan 2017 10:59:34 +0100 Subject: [PATCH] pveproxy.pm: set title to 'Proxmox VE API' Signed-off-by: Dietmar Maurer --- PVE/Service/pveproxy.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Service/pveproxy.pm b/PVE/Service/pveproxy.pm index c354888f..a115dcdc 100755 --- a/PVE/Service/pveproxy.pm +++ b/PVE/Service/pveproxy.pm @@ -76,6 +76,7 @@ sub init { $self->{server_config} = { base_handler_class => 'PVE::API2', + title => 'Proxmox VE API', keep_alive => 100, max_conn => 500, max_requests => 1000,