Skip to content

Commit f8dff1f

Browse files
committed
server-ssl.js
update default pages /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 <--- server config └── start-windows.bat
1 parent aa17e94 commit f8dff1f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ It can be as simple as this:
3636

3737
[![](https://i.imgur.com/NxJQeLm.gif)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
3838

39+
[![](https://i.imgur.com/8ETLFzk.png)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
40+
3941
### Optional Arguments
4042

4143
`server-ssl.js` has some optional arguments you can use in production if the defaults aren't enough.
@@ -109,12 +111,6 @@ This structure is designed to keep the project organized and maintainable, separ
109111

110112
--------
111113

112-
### Default Page
113-
114-
[![](https://i.imgur.com/8ETLFzk.png)](https://github.com/FirstTimeEZ/server-ssl/archive/refs/heads/main.zip)
115-
116-
--------
117-
118114
### 404/500 Pages
119115

120116
The server is configured to serve custom `404` and `500` error pages.

0 commit comments

Comments
 (0)