summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/lighttpd/lorry-controller-webapp-httpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/lighttpd/lorry-controller-webapp-httpd.conf b/etc/lighttpd/lorry-controller-webapp-httpd.conf
index ec92783..319c8ec 100644
--- a/etc/lighttpd/lorry-controller-webapp-httpd.conf
+++ b/etc/lighttpd/lorry-controller-webapp-httpd.conf
@@ -1,5 +1,6 @@
server.document-root = "/var/www/htdocs"
+server.bind = "127.0.0.1"
server.port = 12765
server.username = "lorry"
@@ -15,7 +16,7 @@ mimetype.assign = (
".css" => "text/css"
)
-$SERVER["socket"] == ":12765" {
+$SERVER["socket"] == "127.0.0.1:12765" {
server.username = "lorry"
server.groupname = "lorry"
fastcgi.server = (