We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5a4b3 commit ec8ea6aCopy full SHA for ec8ea6a
lib/node_modules/@stdlib/plot/base/server/lib/main.js
@@ -80,8 +80,7 @@ function createServer( router, clbk ) {
80
// Set require server options for SSL:
81
sopts = {
82
'cert': readFileSync( resolve( KEYS_DIR, 'localhost_cert.pem' ) ),
83
- 'key': readFileSync( resolve( KEYS_DIR, 'localhost_privkey.pem' ) ),
84
- 'allowHTTP1': true
+ 'key': readFileSync( resolve( KEYS_DIR, 'localhost_privkey.pem' ) )
85
};
86
87
// Create a function to boot a server...
0 commit comments