diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:04:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:04:18 -0400 |
| commit | 2097be5ff4a01a6acc9063ce9b62928a5f892b73 (patch) | |
| tree | 59b3ae25c99f1a947f5846d413d6cbc6c78e871b /Propellor | |
| parent | f116d6be5f29c53bb0941fb45a8180c547d777cf (diff) | |
propellor spin
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index 2a6dffe4..4f760640 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -127,6 +127,8 @@ annexWebSite hosts origin hn uuid remotes = propertyList (hn ++" website using g , " <Directory /srv/web/"++hn++">" , " Options Indexes FollowSymLinks ExecCGI" , " AllowOverride None" + , " AddHandler cgi-script .cgi" + , " DirectoryIndex index.cgi" , " Order allow,deny" , " allow from all" , " </Directory>" |
