From: Moritz Warning Date: Thu, 28 Dec 2017 12:16:26 +0000 (+0100) Subject: nodogsplash2: set the default webroot explicitly X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=69ef0bb2d08afecc546a494da06cf1e823fd45e2;p=feed%2Frouting.git nodogsplash2: set the default webroot explicitly --- diff --git a/nodogsplash2/files/nodogsplash.config b/nodogsplash2/files/nodogsplash.config index c02b66f..3af939f 100644 --- a/nodogsplash2/files/nodogsplash.config +++ b/nodogsplash2/files/nodogsplash.config @@ -6,6 +6,9 @@ config nodogsplash # Set to 1 to enable nodogsplash option enabled 0 + # Serve the file splash.html from this directory + option webroot '/etc/nodogsplash/htdocs' + # Use plain configuration file #option config '/etc/nodogsplash/nodogsplash.conf'