services.bookstack.nginx.http3

NixOS option

Whether to enable the HTTP/3 protocol. This requires activating the QUIC transport protocol services.nginx.virtualHosts.<name>.quic = true;. Note that HTTP/3 support is experimental and not yet recommended for production. Read more at https://quic.nginx.org/ HTTP/3 availability must be manually advertised, preferably in each location block.

type: boolean
Default
true
declared in: nixos/modules/services/web-apps/bookstack.nixView source on NixOS/nixpkgs →