From 210a189a4283f2b0366fba15368772a631f1f00f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Aug 2015 13:19:16 +0000 Subject: [PATCH] This should serve JS as well as CSS resources. --- roles/datagrepper/templates/datagrepper-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/datagrepper/templates/datagrepper-app.conf b/roles/datagrepper/templates/datagrepper-app.conf index 557f5d0694..2b450e7aa1 100644 --- a/roles/datagrepper/templates/datagrepper-app.conf +++ b/roles/datagrepper/templates/datagrepper-app.conf @@ -21,7 +21,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text # Static resources for the datagrepper app. -Alias /datagrepper/css /usr/lib/python2.7/site-packages/datagrepper/static/css +Alias /datagrepper /usr/lib/python2.7/site-packages/datagrepper/static # Job runner output dir. Alias /datagrepper/output /var/cache/datagrepper