We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f342935 + c3e0589 commit ae764d5Copy full SHA for ae764d5
1 file changed
index.js
@@ -8,6 +8,7 @@ const jwt = require('jsonwebtoken');
8
var concat = require('concat-stream');
9
10
app.set('json spaces', 2);
11
+app.set('trust proxy', ['loopback', 'linklocal', 'uniquelocal']);
12
13
app.use(morgan('combined'));
14
0 commit comments