lighttpd: Enable phpmyadmin on /mysql on all vhosts.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index f045f1172e869d3e54c4825589f639db53c1d0df..c6d07b336c5716b2c6c6d81e19159ca5bb35e0b9 100644 (file)
@@ -65,6 +65,8 @@ server.dir-listing          = "disable"
 server.username            = "www-data"
 server.groupname           = "www-data"
 
+alias.url                  = ("/mysql" => "/usr/share/phpmyadmin")
+
 #### external configuration files
 ## mimetype mapping
 include_shell var.conf-dir + "/scripts/create-mime.assign.pl"