UNPKG
@techanvil/webssh2
Version:
latest (0.4.0)
0.4.0
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1-pre-release-0.0
A Websocket to SSH2 gateway using socket.io, ssh2, and express
github.com/billchurch/WebSSH2
@techanvil/webssh2
/
server
/
expressOptions.js
12 lines
(11 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= {
dotfiles
:
'ignore'
,
etag
:
false
,
extensions
: [
'htm'
,
'html'
],
index
:
false
,
maxAge
:
'1s'
,
redirect
:
false
,
setHeaders
:
function
(
res, path, stat
) { res.
set
(
'x-timestamp'
,
Date
.
now
()) } }