|
@@ -128,10 +128,9 @@ configure an nginx server:
|
|
|
|
|
|
```nginx
|
|
```nginx
|
|
server {
|
|
server {
|
|
- listen 443;
|
|
|
|
|
|
+ listen 443 ssl;
|
|
server_name yoursite.com, www.yoursite.com;
|
|
server_name yoursite.com, www.yoursite.com;
|
|
|
|
|
|
- ssl on;
|
|
|
|
ssl_certificate /path/to/signed_chain.crt;
|
|
ssl_certificate /path/to/signed_chain.crt;
|
|
ssl_certificate_key /path/to/domain.key;
|
|
ssl_certificate_key /path/to/domain.key;
|
|
ssl_session_timeout 5m;
|
|
ssl_session_timeout 5m;
|