@Larvitz__dup_34529@burningboard.net
Post #597957
2026-03-09 11:17 UTC
@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;
Replies (1)
-
@FiLiS@mastodon.social 2026-03-09 11:19
@Larvitz ah, I'm running in a non-VNET jail, could be that this is what caused my issue.