Another attempt at ssl.

This commit is contained in:
Colin Diem
2021-04-08 23:27:02 -04:00
parent 00ce180dcd
commit 1c710f8834

View File

@@ -70,6 +70,7 @@ server {
# Nextcloud config
server {
listen 80;
listen 443 http2 ssl;
server_name cloud.colindiem.com;
ssl on;