diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:43:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-03 13:43:54 -0400 |
| commit | 83a708582d790a89af8c7d7806b88653889f8532 (patch) | |
| tree | b2e2b5f56dfeef507ecfbf846702289ec19a199b /src | |
| parent | b1f02069c4a23a58c2a230f4f4e4c67cd1bc0cb3 (diff) | |
propellor spin
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 61bc3b1a..4eb2ad4f 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" - & apacheSite "homepower.joeyh.name" + & Apache.httpsVirtualHost' "homepower.joeyh.name" "/var/www" letos [ "DocumentRoot /srv/web/homepower.joeyh.name" , "<Directory /srv/web/homepower.joeyh.name>" , " Options Indexes ExecCGI" |
