mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/glusterfs: fix documentation link formatting
This commit is contained in:
parent
e5df3a7507
commit
5194bc27ae
1 changed files with 3 additions and 3 deletions
|
@ -59,8 +59,8 @@ in
|
|||
|
||||
You may want to turn it off to reduce the attack surface for DDoS reflection attacks.
|
||||
|
||||
See https://davelozier.com/glusterfs-and-rpcbind-portmap-ddos-reflection-attacks/
|
||||
and https://bugzilla.redhat.com/show_bug.cgi?id=1426842 for details.
|
||||
See <https://davelozier.com/glusterfs-and-rpcbind-portmap-ddos-reflection-attacks/>
|
||||
and <https://bugzilla.redhat.com/show_bug.cgi?id=1426842> for details.
|
||||
'';
|
||||
default = true;
|
||||
};
|
||||
|
@ -123,7 +123,7 @@ in
|
|||
Enabling this will create a file {file}`/var/lib/glusterd/secure-access`.
|
||||
Disabling will delete this file again.
|
||||
|
||||
See also: https://gluster.readthedocs.io/en/latest/Administrator%20Guide/SSL/
|
||||
See also: <https://gluster.readthedocs.io/en/latest/Administrator%20Guide/SSL/>
|
||||
'';
|
||||
default = null;
|
||||
type = lib.types.nullOr (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue