summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-06-01 17:53:31 -0400
committerJoey Hess2015-06-01 17:53:31 -0400
commit0bcbffad989e0274beeda147d319df3a5e05aeca (patch)
tree9cb88dd14cc6c0a8e9aa15c8c7ecfb0c363aff38
parent6d36de695ce187ed08b6fe8893c5e3cda1577d96 (diff)
propellor spin
-rw-r--r--config-joey.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 83eb5430..e77a1c35 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -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"