[pve-devel] [PATCH pve-manager 4/9] pveproxy.pm: set title to 'Proxmox VE API'

Dietmar Maurer dietmar at proxmox.com
Mon Jan 16 10:59:34 CET 2017


Signed-off-by: Dietmar Maurer <dietmar at proxmox.com>
---
 PVE/Service/pveproxy.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/Service/pveproxy.pm b/PVE/Service/pveproxy.pm
index c354888..a115dcd 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,
-- 
2.1.4




More information about the pve-devel mailing list