nixos/nginx: add release notes

This commit is contained in:
Izorkin 2020-04-19 18:18:37 +03:00
parent 628354c686
commit 97a0928ccb
1 changed files with 10 additions and 1 deletions

View File

@ -235,7 +235,16 @@ php.override {
Be aware that backwards state migrations are not supported by Deluge. Be aware that backwards state migrations are not supported by Deluge.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Nginx web server is now started with additional sandbox/hardening options. By default, write access to
<literal>services.nginx.stateDir</literal> is allowed. To allow writing to other folders,
use <literal>systemd.services.nginx.serviceConfig.ReadWritePaths</literal>
<programlisting>
systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/var/www" ];
</programlisting>
</para>
</listitem>
<listitem> <listitem>
<para> <para>
The NixOS options <literal>nesting.clone</literal> and The NixOS options <literal>nesting.clone</literal> and