summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-11-02 01:14:40 +0300
committerNikolay Amiantov <ab@fmap.me>2015-11-02 01:15:48 +0300
commit7487aba1a8f2b44d4b13216e9e08364a7f844a69 (patch)
treeec87bd89cf0609e720ea7e63edd9b513957caf1c /nixos/doc
parent9265cc58c31276e205c0667d6c09e5d1bfb1aa28 (diff)
downloadnixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar.gz
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar.bz2
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar.lz
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar.xz
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.tar.zst
nixpkgs-7487aba1a8f2b44d4b13216e9e08364a7f844a69.zip
manual: document nginx changes
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-unstable.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-unstable.xml b/nixos/doc/manual/release-notes/rl-unstable.xml
index 2745fb2cbe4..573b99d4902 100644
--- a/nixos/doc/manual/release-notes/rl-unstable.xml
+++ b/nixos/doc/manual/release-notes/rl-unstable.xml
@@ -40,6 +40,20 @@ following incompatible changes:</para>
     will include the Gitit service configuration options.</para>
   </listitem>
 
+  <listitem>
+    <para><command>nginx</command> does not accept flags for enabling and
+    disabling modules anymore. Instead it accepts <literal>modules</literal>
+    argument, which is a list of modules to be built in. All modules now
+    reside in <literal>nginxModules</literal> set. Example configuration:
+
+<programlisting><![CDATA[
+nginx.override {
+  modules = [ nginxModules.rtmp nginxModules.dav nginxModules.moreheaders ];
+}
+]]></programlisting>
+    </para>
+  </listitem>
+
 </itemizedlist>
 
 </section>