From: Marcin Krol <hawk@tld-linux.org>
Date: Wed, 25 Oct 2017 14:14:05 +0000 (+0000)
Subject: - missed that one
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=607c371af4c99fa769ffcdacb02b9cf92430b294;p=packages%2Fdehydrated.git

- missed that one
---

diff --git a/apache.conf b/apache.conf
deleted file mode 100644
index ac93b93..0000000
--- a/apache.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-Alias /.well-known/acme-challenge /var/lib/dehydrated/acme-challenges
-<Directory /var/lib/dehydrated/acme-challenges>
-	# Apache 2.x
-	<IfModule !mod_authz_core.c>
-		Order allow,deny
-		Allow from all
-	</IfModule>
-	# Apache 2.4
-	<IfModule mod_authz_core.c>
-		Require all granted
-	</IfModule>
-</Directory>
diff --git a/dehydrated.spec b/dehydrated.spec
index 433bc01..3ea6e92 100644
--- a/dehydrated.spec
+++ b/dehydrated.spec
@@ -102,7 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.md CHANGELOG LICENSE
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
 %dir %attr(750,root,http) %{_webapps}/%{name}
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/apache.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/httpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/lighttpd.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{name}/nginx.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/%{name}/config