summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-22 16:21:54 -0400
committerJoey Hess2014-07-22 16:21:54 -0400
commite01fc46ba30ffab6b3e53f518718a334d763ac80 (patch)
tree974d57e7bc962520321a6062f6ee77ef59cd8487 /src
parent25cc0270250b504ba93f814545dd7e764006f9dd (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 2442b985..40e1bead 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -580,6 +580,7 @@ legacyWebSites = propertyList "legacy web sites"
, " AllowOverride None"
, " Order allow,deny"
, " allow from all"
+ , " Require all granted"
, "</Directory>"
, "ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/"
@@ -604,6 +605,7 @@ legacyWebSites = propertyList "legacy web sites"
, " AllowOverride None"
, " Order allow,deny"
, " Allow from all"
+ , " Require all granted"
, "</Directory>"
, "RewriteEngine On"
@@ -670,6 +672,7 @@ legacyWebSites = propertyList "legacy web sites"
, "<Directory /home/anna/html/>"
, " Options Indexes ExecCGI"
, " AllowOverride None"
+ , " Require all granted"
, "</Directory>"
]
, alias "sows-ear.kitenet.net"
@@ -680,6 +683,7 @@ legacyWebSites = propertyList "legacy web sites"
, "<Directory /srv/web/sows-ear.kitenet.net>"
, " Options FollowSymLinks"
, " AllowOverride None"
+ , " Require all granted"
, "</Directory>"
]
, alias "wortroot.kitenet.net"
@@ -690,6 +694,7 @@ legacyWebSites = propertyList "legacy web sites"
, "<Directory /srv/web/wortroot.kitenet.net>"
, " Options FollowSymLinks"
, " AllowOverride None"
+ , " Require all granted"
, "</Directory>"
]
, alias "joey.kitenet.net"
@@ -698,6 +703,7 @@ legacyWebSites = propertyList "legacy web sites"
, "<Directory /home/joey/html/>"
, " Options Indexes ExecCGI"
, " AllowOverride None"
+ , " Require all granted"
, "</Directory>"
, "RewriteEngine On"