From 5afd17a5d68f6c63d41311e9d34aed67a8566479 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Sun, 11 Apr 2021 10:03:38 +0200 Subject: [PATCH] hotfix ssl proxy --- front/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/webpack.config.js b/front/webpack.config.js index f1a3df44..6890f4fd 100644 --- a/front/webpack.config.js +++ b/front/webpack.config.js @@ -12,7 +12,7 @@ module.exports = { devServer: { contentBase: './dist', host: '0.0.0.0', - sockPort: 80, + sockPort: 443, disableHostCheck: true, historyApiFallback: { rewrites: [