From 19435fd9fe3f1cad25dd64b9c58b69c83490397a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 29 Mar 2009 21:15:12 +0200 Subject: [PATCH] lighttpd: Add comment. --- etc/lighttpd/lighttpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2