Relative to {varPath} option.
print http request logs to logger.
Optional
httpsIf httpsPort and ssl is defined, then the https server is started additional to the http-server.
Optional
keepOptional
maxWhether all registered database should be migrated automatically on startup.
Optional
publicA path to a folder that should be served per default. Relative to cwd.
Per default the folder specified in publicDir is available under /. Change that to a URL prefix of your choice.
Optional
selfIf for ssl: true the certificate and key should be automatically generated.
Optional
servercustom server created by node http/https module.
Optional
sessionThe session ClassType
Enables HTTPS server.
Optional
sslA file path to a ca file for https.
Optional
sslA file path to a certificate file for https.
Optional
sslA file path to a ca file for https
Optional
sslA file path to a ssl key file for https.
Optional
sslSame interface as tls.SecureContextOptions & tls.TlsOptions.
A value of 0 means the main process handles requests alone. A value of > 0 means the main process does not handle any requests and anything is redirected to workers.
Generated using TypeDoc
Description
IP:Port or unix socket name or named pipes.