From 0dcd4632e10cda7d3105ffa84e8ce82871a4413d Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 8 Mar 2017 23:55:06 +0000 Subject: [PATCH] Include the new bodhi-docs.include instead of hardcoding the vers. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/bodhi-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/bodhi-app.conf b/roles/bodhi2/base/templates/bodhi-app.conf index aa17def58b..60e30ce48b 100644 --- a/roles/bodhi2/base/templates/bodhi-app.conf +++ b/roles/bodhi2/base/templates/bodhi-app.conf @@ -1,5 +1,5 @@ {% if env == 'staging' %} -Alias /docs /usr/share/doc/bodhi-docs-2.4.0/html/ +Include /etc/httpd/conf.d/bodhi-docs.include Header set Cache-Control public