Skip to content

Commit

Permalink
Revert "feat: Enable custom hostname binding for HTTPS."
Browse files Browse the repository at this point in the history
This reverts commit 47a743f.
  • Loading branch information
PromiseFru committed Sep 19, 2024
1 parent 47a743f commit e0a948d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ start:
--user www-data \
--group www-data \
--port '${PORT}' \
--host '${SSL_SERVER_NAME}' \
--ssl-certificate-file '${SSL_CERTIFICATE}' \
--ssl-certificate-key-file '${SSL_KEY}' \
--ssl-certificate-chain-file '${SSL_PEM}' \
Expand Down

0 comments on commit e0a948d

Please sign in to comment.