Browse Source

fix socket path in lighttpd.conf to match the one given in the documentation

Natenom/support-murmur-13-1446181288462
Michael Ziegler 12 years ago
parent
commit
63beacb10b
  1. 2
      etc/lighttpd/lighttpd.conf

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

Loading…
Cancel
Save