Update server.go

This commit is contained in:
Lizandro Guarnizo
2026-03-11 16:21:41 -05:00
parent 5ba373b026
commit 3174b3a434
+1 -1
View File
@@ -69,7 +69,7 @@ func (s *ServerConfig) Setup() {
ErrorHandler: CustomErrorHandler,
DisableStartupMessage: true,
ProxyHeader: s.ProxyHeader,
Prefork: false,
Prefork: true,
})
}