Skip to content

Commit 6c23c22

Browse files
committed
server-ssl.js
Add restart countdown timer, if the handler is defined the countdown will happen. countdownHandler - (optional) paramterless function that will fire every second during the restart count down countdownTime - (optional) how long in seconds to countdown before restarting, default 30 seconds https://i.imgur.com/ZX5TkiI.png /root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /openssl │ ├── /module │ │ ├── /crypt │ │ ├── /jose │ │ └── lets-encrypt-acme-client.js │ │ │ ├── acmeKeys │ ├── private-key.pem │ └── certificate.pem │ └── ssl.js │ ├── /website │ └── index.html <---- Your website goes here │ ├── node.exe ├── server-ssl.js └── start-windows.bat
1 parent 615acb2 commit 6c23c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<section class="card">
1818
<h2>Server Started</h2>
19-
<div class="alert alert-info">The server started successfully</div>
19+
<div class="alert alert-info">The server started successfully.</div>
2020
</section>
2121
</body>
2222

0 commit comments

Comments
 (0)