nixos/manual: fixing links for awstats release note (#76500)

`linkend` attribute needs to point to an option.
This commit is contained in:
Dima 2019-12-25 20:06:18 +01:00 committed by Danylo Hlynskyi
parent d059e1a720
commit 2467edf80c

View File

@ -317,13 +317,13 @@ services.xserver.displayManager.defaultSession = "xfce+icewm";
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
The <link linkend="opt-services.awstats">awstats</link> module has been rewritten The <link linkend="opt-services.awstats.enable">awstats</link> module has been rewritten
to serve stats via static html pages, updated on a timer, over <link linkend="opt-services.nginx.virtualHosts">nginx</link>, to serve stats via static html pages, updated on a timer, over <link linkend="opt-services.nginx.virtualHosts">nginx</link>,
instead of dynamic cgi pages over <link linkend="opt-services.httpd">apache</link>. instead of dynamic cgi pages over <link linkend="opt-services.httpd.enable">apache</link>.
</para> </para>
<para> <para>
Minor changes will be required to migrate existing configurations. Details of the Minor changes will be required to migrate existing configurations. Details of the
required changes can seen by looking through the <link linkend="opt-services.awstats">awstats</link> required changes can seen by looking through the <link linkend="opt-services.awstats.enable">awstats</link>
module. module.
</para> </para>
</listitem> </listitem>