diff options
Diffstat (limited to 'files/etc')
| -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. | 
