lighttpd: Enable phpmyadmin on /mysql on all vhosts.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 5 Jan 2009 08:58:56 +0000 (09:58 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 5 Jan 2009 08:58:56 +0000 (09:58 +0100)
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"