diff --git a/self-hosting/nginx/nginx.conf b/self-hosting/nginx/nginx.conf index a4b785320..607ee9f0c 100644 --- a/self-hosting/nginx/nginx.conf +++ b/self-hosting/nginx/nginx.conf @@ -30,14 +30,12 @@ http { } server { - listen 443; + listen 443 ssl; server_name omnivore.domain.com; - ssl_certification /path/to/cert.crt; + ssl_certificate /path/to/cert.crt; ssl_certificate_key /path/to/cert.key; - - ssl on; ssl_session_cache builtin:1000 shared:SSL:10m; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;