+++ /dev/null
-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>
%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