]> git.openstreetmap.org Git - chef.git/commitdiff
Allow access to MTA-STS policy files
authorTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:50:56 +0000 (18:50 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 28 Jan 2020 18:50:56 +0000 (18:50 +0000)
cookbooks/exim/templates/default/apache-mta-sts.erb

index 794a52aab642d5ae0e80487b5abb567f966e0abb..82b787fabf727e69893f1d61a1e6734eefaf6554 100644 (file)
@@ -28,3 +28,7 @@
   Alias /.well-known/mta-sts.txt <%= @directory %>/<%= domain %>.txt
 </VirtualHost>
 <% end -%>
+
+<Directory <%= @directory %>>
+  Require all granted
+</Directory>