Commit 8a13032d authored by Alessio Caiazza's avatar Alessio Caiazza

Never connect to webpack-dev-server over SSL

parent 20295b3d
......@@ -30,7 +30,7 @@ if app.config.serve_static_files
settings.merge!(
host: Gitlab.config.gitlab.host,
port: Gitlab.config.gitlab.port,
https: Gitlab.config.gitlab.https
https: false
)
app.config.middleware.insert_before(
Gitlab::Middleware::Static,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment