typos #18
@ -1,6 +1,6 @@
|
||||
/*
|
||||
# This software creates a local/remote Drogon content management system (CMS) application with Gtk-4.0 GUI and the Drogon framework.
|
||||
# A Drogon Dashboard built with C, Drogon, GNU Autotools, Adwaita and Gtk4.
|
||||
# A Drogon CMS built with C, Drogon, GNU Autotools, Adwaita and Gtk4.
|
||||
#
|
||||
# Copyright (C) SharpeTronics, LLC. - 2013-PRESENT
|
||||
#
|
||||
@ -115,7 +115,7 @@ main (int argc,
|
||||
char *argv[])
|
||||
{
|
||||
/* Create an instance of a Gtk application */
|
||||
GtkApplication *app = gtk_application_new("org.gtk.drogondashboard", G_APPLICATION_DEFAULT_FLAGS);
|
||||
GtkApplication *app = gtk_application_new("org.gtk.drogoncms", G_APPLICATION_DEFAULT_FLAGS);
|
||||
|
||||
/* Signal the "activate" function */
|
||||
g_signal_connect(app, "activate", G_CALLBACK (activate), NULL);
|
||||
|
2
vendors/simple-reverse-proxy/config.json
vendored
2
vendors/simple-reverse-proxy/config.json
vendored
@ -151,7 +151,7 @@
|
||||
"pipelining": 32,
|
||||
"backends": ["http://127.0.0.1:8848"],
|
||||
"same_client_to_same_backend": false,
|
||||
//The number of connections created by proxy for each backend in very event loop (IO thread).
|
||||
//The number of connections created by proxy for each backend in every event loop (IO thread).
|
||||
"connection_factor": 1
|
||||
}
|
||||
}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user