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

Feature request: Enable HTTP/2 Support on Nginx Server for Next.js Application #303

Open
leolabdev opened this issue Oct 26, 2024 · 1 comment
Assignees
Labels
feature New feature to add site Request from web-pages

Comments

@leolabdev
Copy link
Member

What do you want to see in the API?

We need HTTP/2 enabled on our Nginx server to enhance the performance of our Next.js application. This will optimize resource loading, reduce page load times, and improve the user experience.

How do you think this should work?

HTTP/2 should be configured and activated on our Nginx server in the Linux container environment hosting the Next.js application.

Any additional info?

https://www.tutorialspoint.com/how-to-enable-http2-0-in-nginx

image

@leolabdev leolabdev added the feature New feature to add label Oct 26, 2024
@leolabdev leolabdev added site Request from web-pages change Change of the existing functionality feature New feature to add and removed feature New feature to add change Change of the existing functionality labels Oct 26, 2024
@MikhailDeriabin
Copy link
Member

@leolabdev

It is not possible to change the protocol for only webpages, it must be done for the whole server.

I can try it a bit, but if it will bring some issues for other containers (API, webgl, etc.), it would not not be possible to do in a relative future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature to add site Request from web-pages
Projects
Status: Backlog
Development

No branches or pull requests

2 participants