diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:45:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:45:39 -0400 |
| commit | 51a117fc16717cce9a412343ba8a0aa6a891a5ff (patch) | |
| tree | e9cec15d2db41d3736e466f04dcc85d2f3e65cd0 /src | |
| parent | 83a708582d790a89af8c7d7806b88653889f8532 (diff) | |
Revert "propellor spin"
This reverts commit 83a708582d790a89af8c7d7806b88653889f8532.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 4eb2ad4f..61bc3b1a 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -796,7 +796,7 @@ legacyWebSites = propertyList "legacy web sites" $ props , "rewriterule (.*) http://joeyh.name$1 [r]" ] & alias "homepower.joeyh.name" - & Apache.httpsVirtualHost' "homepower.joeyh.name" "/var/www" letos + & apacheSite "homepower.joeyh.name" [ "DocumentRoot /srv/web/homepower.joeyh.name" , "<Directory /srv/web/homepower.joeyh.name>" , " Options Indexes ExecCGI" |
