Skip to content

Commit

Permalink
Bug Fix: Disabling host check in favor of reverse proxy.
Browse files Browse the repository at this point in the history
As per this [github issue](webpack/webpack-dev-server#882),
`behind proxy you can use the disableHostCheck: true flag.`
  • Loading branch information
rash805115 committed Dec 22, 2018
1 parent 8628260 commit f8407ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .quadnix/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ module.exports = {
})
],
devServer: {
allowedHosts: [
'.quadnix.com',
'lvh.me'
]
disableHostCheck: true
}
};

0 comments on commit f8407ee

Please sign in to comment.