Hi!
I have an issue with nginx, http3 and Angular apps. I activated http3 support on nginx using the CLI:
After that I checked:
When I check with HTTP/3 Check it says:
I have an Angular app on a domain and since it's all static files (html, css and js) I have only nginx activated for the site...
Read more
I have an issue with nginx, http3 and Angular apps. I activated http3 support on nginx using the CLI:
plesk bin http3_pref --enable
After that I checked:
root@server:/home/user# plesk bin http3_pref --status
HTTP/3 is enabled for nginx
When I check with HTTP/3 Check it says:
Server does not advertise any alternative services.
I have an Angular app on a domain and since it's all static files (html, css and js) I have only nginx activated for the site...
Read more