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 2018/12/20 13:59:45 UTC

[airavata] branch master updated: Increasing max upload size for SEAGrid

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 241e5a3  Increasing max upload size for SEAGrid
241e5a3 is described below

commit 241e5a3f238524eadde2cc49f344108452a9f87d
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Dec 20 08:59:30 2018 -0500

    Increasing max upload size for SEAGrid
---
 .../ansible/inventories/scigap/production/pga_config/seagrid/vars.yml   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
index d6fd745..e45bd48 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/seagrid/vars.yml
@@ -39,6 +39,8 @@ ssl_certificate_key_file: "/etc/letsencrypt/live/seagrid.org/privkey.pem"
 #ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.seagrid.org/fullchain.pem"
 #ssl_certificate_key_file: "/etc/letsencrypt/live/beta.seagrid.org/privkey.pem"
 
+php_upload_max_filesize: "640M"
+php_post_max_size: "1640M"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"