diff --git a/server_example.pb b/server_example.pb index db56f1f..c8f116b 100644 --- a/server_example.pb +++ b/server_example.pb @@ -65,7 +65,7 @@ lhs_web::set_config(lhs_web::#conf_HTTPS_Key_Pass, "") lhs_web::set_config(lhs_web::#conf_HTTPS_Binding, "0.0.0.0") lhs_web::set_config(lhs_web::#conf_HTTPS_Port, "8446") lhs_web::set_config(lhs_web::#conf_HTTPS_Enable, "1") -lhs_web::set_config(lhs_web::#conf_defaultfile, "/index.html") +lhs_web::set_config(lhs_web::#conf_defaultfile, "index.html") lhs_web::set_config(lhs_web::#conf_basedir, "/home/renlin/testweb/") lhs_web::set_config(lhs_web::#conf_error400, "integrated") lhs_web::set_config(lhs_web::#conf_max_HTTP_clients, "100") @@ -193,7 +193,7 @@ EndIf counter = 0 OpenConsole("Test") -PrintN("Webserver") +PrintN("Server_Sample and tests") PrintN("HTTP an Port:"+lhs_web::get_config(lhs_web::#conf_HTTP_port)) PrintN("HTTPS an Port:"+lhs_web::get_config(lhs_web::#conf_HTTPS_Port)) PrintN("Press Enter to Exit")