parent
434bced6f4
commit
35cf9f5d04
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ import config from './conf';
|
|||
*/
|
||||
const app = express();
|
||||
app.disable('x-powered-by');
|
||||
app.set('trust proxy', 'loopback');
|
||||
|
||||
// Log
|
||||
app.use(morgan(process.env.NODE_ENV == 'production' ? 'combined' : 'dev', {
|
||||
|
|
Loading…
Reference in a new issue