From 4ad049bc7fe4da7ffa35ed322a4dca099285ed8f Mon Sep 17 00:00:00 2001 From: jow Date: Fri, 20 Apr 2012 15:07:58 +0000 Subject: [PATCH] avahi: do not announce a specific front page Announcing /index.html as frontpage is right when luci or x-wrt is installed as web gui since both applications come with an /index.html which redirect afterwards. However, when using an other front page, e.g. an /index.php then the announcement is wrong and results in a 404 Not Found. So I wonder/suggest whether the default avahi service could not announce such a specific frontpage but only the generic "top level" directory. Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/packages@31375 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/avahi/files/service-http | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/avahi/files/service-http b/libs/avahi/files/service-http index 8e0d3a513..7e9be2d42 100644 --- a/libs/avahi/files/service-http +++ b/libs/avahi/files/service-http @@ -5,6 +5,6 @@ _http._tcp 80 - path=/index.html + path=/ -- 2.11.0