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

Enable HTTP2 in nginx on server #9

Open
w3cj opened this issue May 23, 2020 · 1 comment
Open

Enable HTTP2 in nginx on server #9

w3cj opened this issue May 23, 2020 · 1 comment

Comments

@w3cj
Copy link
Member

w3cj commented May 23, 2020

No description provided.

@manoloito
Copy link

manoloito commented May 23, 2020

http2 on nginx is easy I think it's just add the http2 after listen inside server {} after ssl

like
server { listen 443 ssl http2; listen [::]:443 ssl http2;

This needs to be done only for /etc/nginx/sites-available configs

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

2 participants