From 53b7a8ce3f42778c4b2cb16f5bb28df85fd41147 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 11 Jul 2018 21:30:16 +0200 Subject: [PATCH] Fix typo Signed-off-by: Patrick Uiterwijk --- roles/httpd/website/templates/website.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/website/templates/website.conf b/roles/httpd/website/templates/website.conf index a8517aa17c..5ae806ed8b 100644 --- a/roles/httpd/website/templates/website.conf +++ b/roles/httpd/website/templates/website.conf @@ -17,7 +17,7 @@ {% endif %} {% if site_name == "fedoraproject.org" %} - Include "conf.d/fedoraproject./oprg/expires.conf" + Include "conf.d/fedoraproject.org/expires.conf" Alias /static/hotspot.txt /srv/web/fedoraproject.org/static/hotspot.txt {% endif %}