Fix bad merge from v3-stable
This commit is contained in:
parent
ee0f9f00f5
commit
cee53d0f2d
|
@ -131,10 +131,10 @@ module Middleman
|
||||||
|
|
||||||
@host = app.config[:host]
|
@host = app.config[:host]
|
||||||
@port = app.config[:port]
|
@port = app.config[:port]
|
||||||
@https = @app.config[:https]
|
@https = app.config[:https]
|
||||||
|
|
||||||
@ssl_certificate = @app.config[:ssl_certificate]
|
@ssl_certificate = app.config[:ssl_certificate]
|
||||||
@ssl_private_key = @app.config[:ssl_private_key]
|
@ssl_private_key = app.config[:ssl_private_key]
|
||||||
|
|
||||||
app.files.on_change :reload do
|
app.files.on_change :reload do
|
||||||
$mm_reload = true
|
$mm_reload = true
|
||||||
|
|
Loading…
Reference in a new issue