WebCit: back to port 2000 by default
[citadel.git] / webcit / setup.c
index 105b615194911c156b60893dcdb3e83285c732f1..7c4b2cba0f30aeaa7abde9501e621b74b336e42d 100644 (file)
@@ -454,7 +454,7 @@ void install_init_scripts(void)
                "requests?\n\nYou can use the standard port (80) if you are "
                "not running another\nweb server (such as Apache), otherwise "
                "select another port.");
-       sprintf(http_port, "80");
+       sprintf(http_port, "2000");
        set_value(question, http_port);
        uname(&my_utsname);
        sprintf(suggested_url, "http://%s:%s/", my_utsname.nodename, http_port);