Skip to content

Commit 989eb0d

Browse files
authored
Merge pull request #1368 from ryanbrandenburg/dev/rybrande/TrustProxy
Trust Proxy
2 parents a93467b + 35a278d commit 989eb0d

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)