From: Matthijs Kooijman Date: Sun, 29 Mar 2009 19:15:12 +0000 (+0200) Subject: lighttpd: Add comment. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=19435fd9fe3f1cad25dd64b9c58b69c83490397a;p=matthijs%2Fservers%2Fdrsnuggles.git lighttpd: Add comment. --- diff --git a/etc/lighttpd/lighttpd.conf b/etc/lighttpd/lighttpd.conf index c6d07b3..f5fcf4c 100644 --- a/etc/lighttpd/lighttpd.conf +++ b/etc/lighttpd/lighttpd.conf @@ -65,7 +65,8 @@ server.dir-listing = "disable" server.username = "www-data" server.groupname = "www-data" -alias.url = ("/mysql" => "/usr/share/phpmyadmin") +# Make mysqll frontend available in all domains +alias.url += ("/mysql" => "/usr/share/phpmyadmin") #### external configuration files ## mimetype mapping