diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-10 21:21:51 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-10 21:21:51 -0400 |
| commit | b2dccb5fb5dbfdfc742e521fcd928d2a01d80658 (patch) | |
| tree | d2c6a8f3d4b946dbe3fcaccdcbeb0666f334eb3a /src | |
| parent | 920b7bf56dddeabfd8129255ec365e29746cbd77 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 396968c3..06608c6b 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -178,8 +178,7 @@ gitServer hosts = propertyList "git.kitenet.net setup" $ props , " AllowOverride None" , " AddHandler cgi-script .cgi" , " DirectoryIndex index.cgi" - , " Order allow,deny" - , " Allow from all" + , Apache.allowAll , " </Directory>" , "" , " ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/" |
