minor cleanup
[project/uhttpd.git] / main.c
diff --git a/main.c b/main.c
index 09c66c4..3013dab 100644 (file)
--- a/main.c
+++ b/main.c
@@ -159,9 +159,12 @@ static int usage(const char *name)
 
 static void init_defaults(void)
 {
+       conf.script_timeout = 60;
        conf.network_timeout = 30;
        conf.http_keepalive = 0; /* fixme */
        conf.max_requests = 3;
+       conf.realm = "Protected Area";
+       conf.cgi_prefix = "/cgi-bin";
 
        uh_index_add("index.html");
        uh_index_add("index.htm");