diff --git a/ghost/nginx/default.conf b/ghost/nginx/default.conf index 7cd3f22..ebf0568 100644 --- a/ghost/nginx/default.conf +++ b/ghost/nginx/default.conf @@ -19,10 +19,10 @@ server { listen 443 ssl http2 default_server; listen [::]:443 http2 ssl; server_name read.knast.cc; - ssl on; - ssl_certificate /etc/nginx/yourhost.xyz.crt; - ssl_certificate_key /etc/nginx/yourhost.xyz.key; - ssl_protocols TLSv1.2; + # ssl on; + # ssl_certificate /etc/nginx/yourhost.xyz.crt; + # ssl_certificate_key /etc/nginx/yourhost.xyz.key; + # ssl_protocols TLSv1.2; location / { proxy_set_header X-Real-IP $remote_addr;