3
0
Fork 0
forked from mirrors/nixpkgs

nixos/nginx: add release notes

This commit is contained in:
Izorkin 2020-04-19 18:18:37 +03:00
parent 628354c686
commit 97a0928ccb

View file

@ -235,7 +235,16 @@ php.override {
Be aware that backwards state migrations are not supported by Deluge.
</para>
</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>
<para>
The NixOS options <literal>nesting.clone</literal> and