re-enable all middleware plugins
This commit is contained in:
@ -2,16 +2,16 @@ module.exports = [
|
||||
'lws-basic-auth',
|
||||
'lws-body-parser',
|
||||
'lws-request-monitor',
|
||||
// 'lws-log',
|
||||
// 'lws-cors',
|
||||
// 'lws-json',
|
||||
'lws-log',
|
||||
'lws-cors',
|
||||
'lws-json',
|
||||
'lws-compress',
|
||||
// 'lws-rewrite',
|
||||
'lws-rewrite',
|
||||
'lws-blacklist',
|
||||
// 'lws-conditional-get',
|
||||
// 'lws-mime',
|
||||
// 'lws-range',
|
||||
// 'lws-spa',
|
||||
'lws-conditional-get',
|
||||
'lws-mime',
|
||||
'lws-range',
|
||||
'lws-spa',
|
||||
'lws-static',
|
||||
'lws-index'
|
||||
]
|
||||
|
Reference in New Issue
Block a user