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/07 16:39:52 UTC

[airavata] branch master updated: increased the file uploading max

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 4b37a17  increased the file uploading max
4b37a17 is described below

commit 4b37a174d184e9c8759a79792377ecc35ef7b7c3
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue May 7 12:39:41 2019 -0400

    increased the file uploading max
---
 .../inventories/scigap/production/pga_config/pfec-hydro/vars.yml        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
index 146ca04..26750ea 100644
--- a/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/pga_config/pfec-hydro/vars.yml
@@ -33,7 +33,7 @@ ssl_certificate_chain_file: "/etc/letsencrypt/live/futurewater.indiana.edu/fullc
 ssl_certificate_key_file: "/etc/letsencrypt/live/futurewater.indiana.edu/privkey.pem"
 
 php_upload_max_filesize: "6000M"
-php_post_max_size: "6500M"
+php_post_max_size: "15000M"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"