fix ssl nginx

This commit is contained in:
Jérémy Lecour 2020-11-03 14:21:10 +01:00 committed by Jérémy Lecour
parent 2410922979
commit 29c4891a03
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ server {
root /var/www/81; root /var/www/81;
index index.html; index index.html;
# include /etc/nginx/snippets/letsencrypt.conf; # include /etc/nginx/snippets/letsencrypt.conf;
ssh_certificate ;
location / { location / {
# First attempt to serve request as file, then # First attempt to serve request as file, then
# as directory, then fall back to displaying a 404. # as directory, then fall back to displaying a 404.