This is an automated email from the ASF dual-hosted git repository.
machristie 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 1d9710d8bd Ansible: enable tus and increase upload limit in
md.cybershuttle.org
1d9710d8bd is described below
commit 1d9710d8bde3cf35a24da2ba652885bc5d201b59
Author: Marcus Christie <[email protected]>
AuthorDate: Fri Jul 21 16:56:12 2023 -0500
Ansible: enable tus and increase upload limit in md.cybershuttle.org
---
.../scigap/production/host_vars/molecular-dynamics/vars.yml | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
index f73862dafb..15771ab041 100644
---
a/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/host_vars/molecular-dynamics/vars.yml
@@ -20,17 +20,14 @@
---
-# TODO: tus not setup yet
-tusd_vhost_servername:
-
vhost_servername: "md.cybershuttle.org"
vhost_ssl: True
ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/fullchain.pem"
ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername
}}/privkey.pem"
-# Increase max upload size to 200MB
-#django_file_upload_max_file_size_mb: 200
+# Increase max upload size to 640MB
+django_file_upload_max_file_size_mb: 640
## Keycloak related variables
tenant_domain: "molecular-dynamics"