manual: document nginx changes
This commit is contained in:
parent
9265cc58c3
commit
7487aba1a8
@ -40,6 +40,20 @@ following incompatible changes:</para>
|
|||||||
will include the Gitit service configuration options.</para>
|
will include the Gitit service configuration options.</para>
|
||||||
</listitem>
|
</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>
|
</itemizedlist>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user