Commit ce085fc
committed
server-ssl.js
/root
│
├── /error
│ ├── 404.html
│ └── 500.html
│
├── /ssl
│ ├── /openssl
│ │
│ ├── private-key.pem
│ └── certificate.pem
│ └── ssl.js
│
├── /website
│ └── index.html <---- Your website goes here
│
├── server-ssl.js <--- server config
└── start-windows.bat1 parent 46ab15d commit ce085fc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments