Skip to content

Commit 35a278d

Browse files
Trust Proxy
1 parent a93467b commit 35a278d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function createApp(config) {
130130
app.use('/auth', auth.router)
131131
app.use(config.auth.service.middleware())
132132

133-
app.set('trust-proxy', true)
133+
app.set('trust proxy', true)
134134
app.use('/', require('./routes/index')(config.buildsha, config.appVersion))
135135

136136
app.use(setupApiRateLimiterAfterCachingInit(config, cachingService))

0 commit comments

Comments
 (0)