From 29c4891a03a46080fc6a69efd439a4c14a786c6d Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 3 Nov 2020 14:21:10 +0100 Subject: [PATCH] fix ssl nginx --- vhost-81.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/vhost-81.conf b/vhost-81.conf index 7bd7446..b018654 100644 --- a/vhost-81.conf +++ b/vhost-81.conf @@ -4,7 +4,6 @@ server { root /var/www/81; index index.html; # include /etc/nginx/snippets/letsencrypt.conf; - ssh_certificate ; location / { # First attempt to serve request as file, then # as directory, then fall back to displaying a 404.