From 1d68e28753c7eae374924e0b4ba5ee7cc985c711 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 3 May 2017 15:11:30 +0200 Subject: [PATCH] captive: Do not try to execute the favicon Signed-off-by: Michael Tremer --- config/httpd/vhosts.d/captive.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/httpd/vhosts.d/captive.conf b/config/httpd/vhosts.d/captive.conf index a57bf7a8be..e2cc33bc50 100644 --- a/config/httpd/vhosts.d/captive.conf +++ b/config/httpd/vhosts.d/captive.conf @@ -12,7 +12,7 @@ Listen 1013 ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/captive/ Alias /assets/ /srv/web/ipfire/html/captive/assets/ - ScriptAlias /favicon.ico /srv/web/ipfire/html/captive/assets/favicon.ico + Alias /favicon.ico /srv/web/ipfire/html/captive/assets/favicon.ico # All unknown URIs will be redirected to the first # redirector script. -- 2.39.5