pveproxy.pm: set title to 'Proxmox VE API'

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2017-01-16 10:59:34 +01:00 committed by Wolfgang Bumiller
parent e4e84ee023
commit a9de2d443b

View File

@ -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,