You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: