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 3c77048  Changed uploading file sizes
3c77048 is described below

commit 3c77048d762f20c19f47a798bbf93c270a29a460
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Fri Apr 19 12:38:15 2019 -0400

    Changed uploading file sizes
---
 .../inventories/scigap/production/pga_config/pfec-hydro/vars.yml      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 17cf7db..1014a89 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,8 +32,8 @@ 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"
+php_upload_max_filesize: "6000M"
+php_post_max_size: "6500M"
 
 ## Keycloak related variables
 tenant_domain: "{{ gateway_id }}"

Reply via email to