From 5fca71621b1c29800b5031c4a49ee1231533a57f Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 16 Aug 2017 12:56:11 +0200 Subject: [PATCH] Changing process WSGI parameters for puppetdb01.pixelpark.com and foreman02.pixelpark.com --- customer/pixelpark-puppet/puppetdb01.pixelpark.com.yaml | 4 ++-- customer/pixelpark/foreman02.pixelpark.com.yaml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/customer/pixelpark-puppet/puppetdb01.pixelpark.com.yaml b/customer/pixelpark-puppet/puppetdb01.pixelpark.com.yaml index 4f7eb7fa..303c88a1 100644 --- a/customer/pixelpark-puppet/puppetdb01.pixelpark.com.yaml +++ b/customer/pixelpark-puppet/puppetdb01.pixelpark.com.yaml @@ -32,13 +32,13 @@ infra::profile::apache::pp_vhosts: ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' wsgi_daemon_process: puppetboard wsgi_process_group: puppetboard - wsgi_application_group: '%{literal("%")}{GLOBAL}' wsgi_daemon_process_options: user: apache group: apache processes: 2 threads: 5 - display-name: '%{literal("%")}{GLOBAL}' + #display-name: '%{literal("%")}{GLOBAL}' + display-name: '(wsgi:puppetboard)' maximum-requests: 10000 wsgi_script_aliases: '/': '/var/www/puppetboard/wsgi.py' diff --git a/customer/pixelpark/foreman02.pixelpark.com.yaml b/customer/pixelpark/foreman02.pixelpark.com.yaml index 01b68ad9..8dae197b 100644 --- a/customer/pixelpark/foreman02.pixelpark.com.yaml +++ b/customer/pixelpark/foreman02.pixelpark.com.yaml @@ -43,7 +43,9 @@ infra::profile::apache::pp_vhosts: wsgi_daemon_process_options: user: apache group: apache + processes: 2 threads: 5 + display-name: '(wsgi:puppetboard)' wsgi_script_aliases: '/': '/var/www/puppetboard/wsgi.py' redirect_dest_non_ssl: https://puppetboard.pixelpark.com/ @@ -56,4 +58,4 @@ infra::profile::apache::pp_vhosts: path: /usr/lib/python2.7/site-packages/puppetboard aliases: - { alias: '/static' , path: '/usr/lib/python2.7/site-packages/puppetboard/static' } - - { alias: '/favicon.ico' , path: '/var/www/puppetboard/favicon.ico' } \ No newline at end of file + - { alias: '/favicon.ico' , path: '/var/www/puppetboard/favicon.ico' } -- 2.39.5