You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/02/06 14:53:40 UTC

[airavata] branch develop updated: Ansible: change default num of mod_wsgi procs to 1

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 363a075  Ansible: change default num of mod_wsgi procs to 1
363a075 is described below

commit 363a075e3681bdd28173c2a56d8bca0c2f9d8f51
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Feb 6 09:53:25 2020 -0500

    Ansible: change default num of mod_wsgi procs to 1
---
 dev-tools/ansible/roles/django/defaults/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/roles/django/defaults/main.yml b/dev-tools/ansible/roles/django/defaults/main.yml
index a8011f7..16115f3 100644
--- a/dev-tools/ansible/roles/django/defaults/main.yml
+++ b/dev-tools/ansible/roles/django/defaults/main.yml
@@ -54,7 +54,7 @@ django_file_upload_max_file_size_mb: 64
 # By default it has no value meaning system default CA certs will be used for validation.
 django_keycloak_ca_certfile_path:
 
-django_wsgi_processes: 2
+django_wsgi_processes: 1
 
 django_debug: false
 django_error_emails: "{{ admin_emails }}"