projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f72e0
)
Allow access to MTA-STS policy files
author
Tom Hughes
<tom@compton.nu>
Tue, 28 Jan 2020 18:50:56 +0000
(18:50 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 28 Jan 2020 18:50:56 +0000
(18:50 +0000)
cookbooks/exim/templates/default/apache-mta-sts.erb
patch
|
blob
|
history
diff --git
a/cookbooks/exim/templates/default/apache-mta-sts.erb
b/cookbooks/exim/templates/default/apache-mta-sts.erb
index 794a52aab642d5ae0e80487b5abb567f966e0abb..82b787fabf727e69893f1d61a1e6734eefaf6554 100644
(file)
--- a/
cookbooks/exim/templates/default/apache-mta-sts.erb
+++ b/
cookbooks/exim/templates/default/apache-mta-sts.erb
@@
-28,3
+28,7
@@
Alias /.well-known/mta-sts.txt <%= @directory %>/<%= domain %>.txt
</VirtualHost>
<% end -%>
+
+<Directory <%= @directory %>>
+ Require all granted
+</Directory>