freenas / iocage-plugin-nextcloud

Artifact file(s) for nextcloud iocage plugin
18 stars 35 forks source link

Let Nginx listen to HTTPS over IPv6 #53

Open gaitjan opened 2 years ago

gaitjan commented 2 years ago

I had to add a line to the Nginx-config to let Nginx listen to HTTPS over IPv6: In the file /usr/local/etc/nginx/conf.d/nextcloud.https.conf.template below the line listen 443 ssl http2; I added listen [::]:443 ssl http2; which at last got me a 100% score at internet.nl