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/05/16 19:59:19 UTC

[airavata] branch master updated: Increased the input file size for saver-x 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 5317fcc  Increased the input file size for saver-x gateway
5317fcc is described below

commit 5317fcc2acdf2f69164918c1a84ee1f22c6867e5
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Thu May 16 15:59:08 2019 -0400

    Increased the input file size for saver-x gateway
---
 .../ansible/inventories/scigap/production/pga_config/saverx/vars.yml   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
index 394c2e7..cd04ffb 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/saverx/vars.yml
@@ -31,6 +31,9 @@ ssl_certificate_file: "/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu
 ssl_certificate_chain_file: "/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/singlecellgateway.wharton.upenn.edu/privkey.pem"
 
+php_upload_max_filesize: "2000M"
+php_post_max_size: "2500M"
+
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
 admin_username: "admin"