diff --git a/src/modular/webserver/server.clj b/src/modular/webserver/server.clj index 40a9620..9520c55 100644 --- a/src/modular/webserver/server.clj +++ b/src/modular/webserver/server.clj @@ -45,7 +45,7 @@ this {:handler handler :http http :https https - :https-a (atom (start-https https)) + :https-a (atom nil) :proxy (when-not (= (:port https) 0) (start-proxy opts))}] (start-https this)