PPS: The workaround I've found... Explicitly append 'fastcgi_param HTTP_HOST $host;' to the default fastcgi.conf file.by andygr - Nginx Mailing List - English
Good day, Did a quick http3 test by adding: listen 192.168.x.x:443 quic; add_header Alt-Svc 'h3=":443"; ma=86400'; This will break Matomo/Piwik: Matomo Version: 4.14.2 PHP Version: 8.2.7 Server Operating System: debian sid Browser: chromium and firefox same result nginx version: nginx/1.25.1 built with OpenSSL 3.0.9+quic 30 May 2023 From the debug log... fastcgby andygr - Nginx Mailing List - English