Another attempt at ssl.2

This commit is contained in:
Colin Diem
2021-04-08 23:36:35 -04:00
parent 1c710f8834
commit 7720324a22

View File

@@ -71,6 +71,7 @@ server {
# Nextcloud config
server {
listen 80;
return 301 https://$host$request_uri;
listen 443 http2 ssl;
server_name cloud.colindiem.com;
ssl on;