From 63beacb10b07e0109855f9df8662969f9041fe7d Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Tue, 10 Apr 2012 19:05:18 +0200 Subject: [PATCH] fix socket path in lighttpd.conf to match the one given in the documentation --- etc/lighttpd/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/lighttpd/lighttpd.conf b/etc/lighttpd/lighttpd.conf index 47bd2fc..7b0cd67 100644 --- a/etc/lighttpd/lighttpd.conf +++ b/etc/lighttpd/lighttpd.conf @@ -27,7 +27,7 @@ server.document-root = "/usr/local/www/mumble-django" fastcgi.server = ( "/mumble-django.fcgi" => ( "" => ( - "socket" => "/tmp/mumble-django.socket", + "socket" => "/tmp/mumble-django.sock", "check-local" => "disable" ) )