From 652a0763ba377c2a02cd4d85896c7bd91ad128c9 Mon Sep 17 00:00:00 2001 From: Tanner Prestegard Date: Fri, 15 Feb 2019 11:18:55 -0600 Subject: [PATCH] Fix XSendFilePath in Apache config for container deployment --- docker/apache-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/apache-config b/docker/apache-config index 87d19a3f..8839f4a0 100644 --- a/docker/apache-config +++ b/docker/apache-config @@ -57,7 +57,7 @@ ServerName ${DJANGO_PRIMARY_FQDN} # Set up mod_xsendfile for serving static event files as directed by Django XSendFile On - XSendFilePath /opt/gracedb/data + XSendFilePath /app/db_data/ Alias /shibboleth-ds/idpselect_config.js /etc/shibboleth-ds/idpselect_config.js Alias /shibboleth-ds/idpselect.js /etc/shibboleth-ds/idpselect.js -- GitLab