lighttpd: Add comment.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index f045f1172e869d3e54c4825589f639db53c1d0df..f5fcf4cbbe17b1fe41f527c5e7c792c8e23750b5 100644 (file)
@@ -65,6 +65,9 @@ server.dir-listing          = "disable"
 server.username            = "www-data"
 server.groupname           = "www-data"
 
+# Make mysqll frontend available in all domains
+alias.url                  += ("/mysql" => "/usr/share/phpmyadmin")
+
 #### external configuration files
 ## mimetype mapping
 include_shell var.conf-dir + "/scripts/create-mime.assign.pl"