diff options
author | Darkeye <postfach@martinmichel.info> | 2011-03-24 10:58:44 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-03-24 10:58:44 (GMT) |
commit | 0db0209b9dbc88b19cb2dbe936d88a178f694376 (patch) | |
tree | c415638014566aab29302dec72fb34b659e730dd /files/etc/config/uhttpd | |
parent | 0760157be006bbf079f32246eb396e3b6b9ae18e (diff) |
Splash v2
Diffstat (limited to 'files/etc/config/uhttpd')
-rw-r--r-- | files/etc/config/uhttpd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/etc/config/uhttpd b/files/etc/config/uhttpd index a424463..8320d42 100644 --- a/files/etc/config/uhttpd +++ b/files/etc/config/uhttpd @@ -5,8 +5,8 @@ config uhttpd main list listen_http 0.0.0.0:80 # Server document root option home /www - option error_page /splash.html - option index_page splash.html + option error_page /cgi-bin/redirect + option index_page cgi-bin/redirect # Reject requests from RFC1918 IP addresses # directed to the servers public IP(s). # This is a DNS rebinding countermeasure. |