wok diff busybox/stuff/httpd.conf @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (4 weeks ago)
parents 2b6001f6ed50
children
line diff
     1.1 --- a/busybox/stuff/httpd.conf	Fri Apr 11 09:53:56 2014 +0200
     1.2 +++ b/busybox/stuff/httpd.conf	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -7,10 +7,10 @@
     1.4  A:192.168.
     1.5  
     1.6  # File to open by default.
     1.7 -#I:index.html      
     1.8 +#I:index.html
     1.9  
    1.10  # Path to the 404 error page.
    1.11 -E404:/httpd/404.html 
    1.12 +E404:/var/www/httpd/404.html
    1.13  
    1.14  # Require user root on urls starting with /adm/. use passwd system db
    1.15  /adm:root:*