This commit is contained in:
Lizandro Guarnizo
2026-03-11 16:17:31 -05:00
parent def39bc53d
commit 5ba373b026
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ func (s *ServerConfig) Setup() {
ErrorHandler: CustomErrorHandler,
DisableStartupMessage: true,
ProxyHeader: s.ProxyHeader,
Prefork: true, // Cambia a 'true' para habilitar Preforking
Prefork: false,
})
}