Files
expressjs.com/_includes/api/en/5x/app-disable.md
2019-06-11 04:46:32 -05:00

366 B

app.disable(name)

Sets the Boolean setting name to false, where name is one of the properties from the app settings table. Calling app.set('foo', false) for a Boolean property is the same as calling app.disable('foo').

For example:

app.disable('trust proxy')
app.get('trust proxy')
// => false