@FiLiS@mastodon.social Yes, I run nginx inside a VNET Jail. root@burningboard:/home/chofstede # jexec nginx pkg info | grep nginx nginx-1.28.2_11,3 Robust and small WWW server root@burningboard:/home/chofstede # jexec nginx cat /usr/local/etc/nginx/vhosts/mastodon.conf | grep -E 'quic|h3=' listen 443 quic reuseport; listen [::]:443 quic reuseport; add_header Alt-Svc 'h3=":443"; ma=86400' always;