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" ) )