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/06/21 14:46:28 UTC

[airavata] branch master updated: Adding increased file sizes for the gateway

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

eroma 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 aa19cb3  Adding increased file sizes for the gateway
aa19cb3 is described below

commit aa19cb3a2a06425b6072b447c4b1666ba7428b35
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Fri Jun 21 10:46:16 2019 -0400

    Adding increased file sizes for the gateway
---
 .../ansible/inventories/scigap/production/pga_config/sdstate/vars.yml  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
index 2b11119..ad4cfca 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/sdstate/vars.yml
@@ -31,6 +31,9 @@ ssl_certificate_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/cert.pem
 ssl_certificate_chain_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/sciencegateway.sdstate.edu/privkey.pem"
 
+php_upload_max_filesize: "500M"
+php_post_max_size: "1000M"
+
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
 admin_username: "admin"