propellor spin

This commit is contained in:
Joey Hess 2015-06-01 17:53:31 -04:00
parent 6d36de695c
commit 0bcbffad98
Failed to extract signature
1 changed files with 0 additions and 1 deletions

View File

@ -409,7 +409,6 @@ iabak = host "iabak.archiveteam.org"
-- Simple web server, publishing the outside host's /var/www
webserver :: Systemd.Container
webserver = standardStableContainer "webserver"
& Systemd.publish (Port 80)
& Systemd.bind "/var/www"
& Apt.serviceInstalledRunning "apache2"