summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2022-12-03 09:32:07 +0300
committerIzorkin <izorkin@elven.pw>2022-12-29 18:14:35 +0300
commita9ad69dee95a684ec6ff26268f2b35d5ddf6f21c (patch)
tree345c2302f66b436a2aded552acbbbd7929f068fa /nixos
parent4a7d0140a081effbf6274fee957049871dcfc8c6 (diff)
downloadnixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar.gz
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar.bz2
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar.lz
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar.xz
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.tar.zst
nixpkgs-a9ad69dee95a684ec6ff26268f2b35d5ddf6f21c.zip
nixos/nginx: add release notes for `recommendedBrotliSettings`
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2305.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2305.section.md2
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
index 23a39a52ab2..2b4fb6fc92f 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2305.section.xml
@@ -393,6 +393,14 @@
       </listitem>
       <listitem>
         <para>
+          A new option <literal>recommendedBrotliSettings</literal> has
+          been added to <literal>services.nginx</literal>. Learn more
+          about compression in Brotli format
+          <link xlink:href="https://github.com/google/ngx_brotli/blob/master/README.md">here</link>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           Resilio sync secret keys can now be provided using a secrets
           file at runtime, preventing these secrets from ending up in
           the Nix store.
diff --git a/nixos/doc/manual/release-notes/rl-2305.section.md b/nixos/doc/manual/release-notes/rl-2305.section.md
index 3e4f0fd490f..1328f317dbf 100644
--- a/nixos/doc/manual/release-notes/rl-2305.section.md
+++ b/nixos/doc/manual/release-notes/rl-2305.section.md
@@ -107,6 +107,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - Enabling global redirect in `services.nginx.virtualHosts` now allows one to add exceptions with the `locations` option.
 
+- A new option `recommendedBrotliSettings` has been added to `services.nginx`. Learn more about compression in Brotli format [here](https://github.com/google/ngx_brotli/blob/master/README.md).
+
 - Resilio sync secret keys can now be provided using a secrets file at runtime, preventing these secrets from ending up in the Nix store.
 
 - The `firewall` and `nat` module now has a nftables based implementation. Enable `networking.nftables` to use it.