Another attempt at ssl.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user