Commit d86bbe01 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'fix-dev-ssl' into 'master'

Never connect to webpack-dev-server over SSL in dev mode

See merge request gitlab-org/gitlab-ce!14297
parents fc504b88 8a13032d
......@@ -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