Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jan 9, 2025
1 parent e8c172b commit 37037be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modular/webserver/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
(rename-keys {:port :ssl-port
:certificate :keystore
:password :key-password})
(assoc :ssl? true ))
(assoc :ssl? true
:port 0))
j (if (= (:port https) 0)
(info "https server disabled.")
(if (https-creds? https)
Expand Down

0 comments on commit 37037be

Please sign in to comment.