We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93467b commit 35a278dCopy full SHA for 35a278d
app.js
@@ -130,7 +130,7 @@ function createApp(config) {
130
app.use('/auth', auth.router)
131
app.use(config.auth.service.middleware())
132
133
- app.set('trust-proxy', true)
+ app.set('trust proxy', true)
134
app.use('/', require('./routes/index')(config.buildsha, config.appVersion))
135
136
app.use(setupApiRateLimiterAfterCachingInit(config, cachingService))
0 commit comments