Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let Nginx listen to HTTPS over IPv6 #53

Open
gaitjan opened this issue Feb 16, 2022 · 0 comments
Open

Let Nginx listen to HTTPS over IPv6 #53

gaitjan opened this issue Feb 16, 2022 · 0 comments

Comments

@gaitjan
Copy link

gaitjan commented Feb 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant