You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2019/09/12 17:44:42 UTC

[airavata] branch staging updated: Increased the input file size in seagrid PGA

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 6624228  Increased the input file size in seagrid PGA
6624228 is described below

commit 6624228664eae2e2050b9a2eeebf92abd332e29e
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu Sep 12 13:44:32 2019 -0400

    Increased the input file size in seagrid PGA
---
 .../ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
index 5f303fa..7ede075 100644
--- a/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
@@ -31,6 +31,8 @@ ssl_certificate_file: "/etc/letsencrypt/live/staging.seagrid.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/staging.seagrid.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/staging.seagrid.org/privkey.pem"
 
+php_upload_max_filesize: "5000M"
+php_post_max_size: "5500M"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"