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/04/02 17:10:57 UTC

[airavata] branch master updated: Changed uploading input files sizes in PfEC Hydro 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 9c00bdb  Changed uploading input files sizes in PfEC Hydro gateway
9c00bdb is described below

commit 9c00bdb806af6923ed98add9d0542c41e79cb706
Author: Eroma Abeysinghe <er...@gmail.com>
AuthorDate: Tue Apr 2 13:10:40 2019 -0400

    Changed uploading input files sizes in PfEC Hydro gateway
---
 .../inventories/scigap/production/pga_config/pfec-hydro/vars.yml       | 3 +++
 1 file changed, 3 insertions(+)

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 ea04671..17cf7db 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
@@ -32,6 +32,9 @@ ssl_certificate_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/pfec-hydro.scigap.org/privkey.pem"
 
+php_upload_max_filesize: "500M"
+php_post_max_size: "2500M"
+
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"
 admin_username: "admin"