Browse Source

Merge pull request #192 from NonSecwitter/patch-1

update SSL config
Daniel Roesler 7 years ago
parent
commit
6058ee6e6a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

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