From commits-return-20125-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Thu Dec 20 14:54:26 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AF39F18067B for ; Thu, 20 Dec 2018 14:54:25 +0100 (CET) Received: (qmail 32548 invoked by uid 500); 20 Dec 2018 13:54:24 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 32525 invoked by uid 99); 20 Dec 2018 13:54:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Dec 2018 13:54:24 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 268508058A; Thu, 20 Dec 2018 13:54:24 +0000 (UTC) Date: Thu, 20 Dec 2018 13:54:26 +0000 To: "commits@airavata.apache.org" Subject: [airavata] 02/02: AIRAVATA-2382 Adding comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: machristie@apache.org In-Reply-To: <154531406402.5794.5107657579408501436@gitbox.apache.org> References: <154531406402.5794.5107657579408501436@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: airavata X-Git-Refname: refs/heads/staging X-Git-Reftype: branch X-Git-Rev: abd1979dcc01f68f1f29c4ae894e9939d2decc8f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181220135424.268508058A@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airavata.git commit abd1979dcc01f68f1f29c4ae894e9939d2decc8f Author: Marcus Christie AuthorDate: Sun Jul 22 12:46:34 2018 -0400 AIRAVATA-2382 Adding comments --- dev-tools/ansible/roles/pga/defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-tools/ansible/roles/pga/defaults/main.yml b/dev-tools/ansible/roles/pga/defaults/main.yml index b49fdd1..12317a4 100644 --- a/dev-tools/ansible/roles/pga/defaults/main.yml +++ b/dev-tools/ansible/roles/pga/defaults/main.yml @@ -43,6 +43,9 @@ httpd_log_dir: RedHat: /var/log/httpd # PHP Config values set in httpd vhost config + +# Allow uploading files up to 64MB in size. +# NOTE: if you change one of these values you will need to change the other one likewise. php_upload_max_filesize: "64M" php_post_max_size: "64M"