I have nginx-1.25.1 installed and I am trying to use http/3 on a web page. Does anyone know what are the steps to configure http/3 on a web page hosted on sites-enabled?
Asked
Active
Viewed 96 times
0
-
1https://codedamn.com/news/backend/leveraging-http3-with-nginx has some good info that'll help you. `nginx -V` will tell you what modules you have. If you have http_v3 module already, you just have to make config changes in your site. Also see https://www.cyberciti.biz/faq/how-to-list-installed-nginx-modules-and-compiled-flags/ – zedfoxus Jul 18 '23 at 20:16