Unverified Commit 8823f20e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

[Backport release-25.11] treewide: remove remaining nginxQuic mentions (#465457)

parents 6bfd3a8b 8cc3cf1f
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -243,9 +243,7 @@ with lib;
      default = true;
      description = ''
        Whether to enable the HTTP/3 protocol.
        This requires using `pkgs.nginxQuic` package
        which can be achieved by setting `services.nginx.package = pkgs.nginxQuic;`
        and activate the QUIC transport 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/>
@@ -258,9 +256,7 @@ with lib;
      default = false;
      description = ''
        Whether to enable the HTTP/0.9 protocol negotiation used in QUIC interoperability tests.
        This requires using `pkgs.nginxQuic` package
        which can be achieved by setting `services.nginx.package = pkgs.nginxQuic;`
        and activate the QUIC transport protocol
        This requires activating the QUIC transport protocol
        `services.nginx.virtualHosts.<name>.quic = true;`.
        Note that special application protocol support is experimental and *not* yet recommended for production.
        Read more at <https://quic.nginx.org/>
@@ -272,8 +268,6 @@ with lib;
      default = false;
      description = ''
        Whether to enable the QUIC transport protocol.
        This requires using `pkgs.nginxQuic` package
        which can be achieved by setting `services.nginx.package = pkgs.nginxQuic;`.
        Note that QUIC support is experimental and
        *not* yet recommended for production.
        Read more at <https://quic.nginx.org/>
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@ in

        services.nginx = {
          enable = true;
          package = pkgs.nginxQuic;

          virtualHosts."${target_host}" = {
            onlySSL = true;