Skip to content

Commit 5003a3f

Browse files
committed
server-ssl.js
/root │ ├── /error │ ├── 404.html │ └── 500.html │ ├── /ssl │ ├── /module │ │ ├── /crypt │ │ ├── /jose │ │ └── lets-encrypt-acme-client.js │ │ │ ├── acmeKeys │ ├── private-key.pem │ └── certificate.pem │ ├── /website │ └── index.html <---- Your website goes here │ ├── node.exe ├── server-ssl.js └── start-windows.bat
1 parent 1299c0a commit 5003a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you changed the port to something other than `443` or `80` then you have to u
3333

3434
### Optional Arguments
3535

36-
`server-ssl.js` has some optional arguments you can use production if the defaults aren't enough.
36+
`server-ssl.js` has some optional arguments you can use in production if the defaults aren't enough.
3737

3838
| Arguments/Flags | Description | Default Value |
3939
|-------------------------|----------------------------------|-----------------------|

0 commit comments

Comments
 (0)