Поддержка Nginx HTTP3/QUIC
В nginx вышла уже в релиз поддержка HTTP3/QUIC
Возможно в новых версиях nginx сделать поддержка включения данного протокола. Просто у конкурентов уже есть такая функция.
03.08.2024 23:19
Здравствуйте,
Изучим такую возможность. Как раз собираемся сами собирать и поставлять nginx, чтобы он был последней стабильной версии. С самим nginx проблем вроде нет, но есть с SSL. Стандатрный OpenSSL не в полной мере поддерживает QUIC
14.08.2024 13:24
Есть продвижение в этом вопросе?
27.03.2025 15:33
Как успехи?
10.10.2025 03:17
Панель поставляется теперь уже со стабильными версиями пакетов от ispmanager с опцией --with-http_v3_module
На современных ОС на мрмент сообщения (Almalinux 9 ) модуль должен работать.
nginx -V
nginx version: nginx/1.28.2
built by gcc 11.5.0 20240719 (Red Hat 11.5.0-5) (GCC)
built with OpenSSL 3.5.1 1 Jul 2025
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/
var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp
/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/ru
n/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-compat --with-threads --with-http_ssl_module --with-http_v2_module --w
ith-http_v3_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_sub_module
--with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-h
ttp_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-http_auth_request_
module --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_
ssl_preread_module --add-dynamic-module=/root/rpmbuild/BUILD/ModSecurity-nginx --add-dynamic-module=/root/rpmbuild/BUILD/incubator-pagespeed-ngx --with-debug --with-cc
-opt='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -spe
cs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-u
nwind-tables -fstack-clash-protection -fcf-protection -I/usr/local/modsecurity/include' --with-ld-opt='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redh
at/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,-E -L/usr/local/modsecurity/lib -lmodsecurity -lstdc++ -L/usr/lib64 -lxml2 -lpcre2-8 -lcurl -lG
eoIP -llua -lyajl'
В панели включения нет, но можно в главном конфиге Nginx активировать.
03.04.2026 11:47
Надеемся, что галочку вставят в интерфейс спустя 2 года :)
03.04.2026 12:06