Configure webroot letsencrypt

This commit is contained in:
Ricardo Paes
2022-02-14 08:42:48 -03:00
parent ac84639687
commit 400662e0b8
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen [::]:443 ssl http2;
include include.d/letsencrypt.conf;