aboutsummaryrefslogtreecommitdiff
path: root/apps/VNLib.WebServer/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/VNLib.WebServer/src')
-rw-r--r--apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs b/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
index f3832c6..67fc306 100644
--- a/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
+++ b/apps/VNLib.WebServer/src/Bootstrap/WebserverBase.cs
@@ -93,6 +93,10 @@ namespace VNLib.WebServer.Bootstrap
HttpServiceStackBuilder builder = new HttpServiceStackBuilder()
.LoadPluginsConcurrently(loadPluginsConcurrently)
.WithBuiltInHttp(TcpConfig.ReduceBindingsForGroups, http)
+ .WithManualPlugins(plugins =>
+ {
+
+ })
.WithDomain(domain =>
{
domain.WithServiceGroups(vh =>