mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Merge pull request #180148 from Luflosi/nginx-fix-listenAddresses-example
nixos/nginx: fix broken listenAddresses example
This commit is contained in:
commit
c4665307de
@ -60,7 +60,7 @@ with lib;
|
||||
Note: This option overrides <literal>enableIPv6</literal>
|
||||
'';
|
||||
default = [];
|
||||
example = [ "127.0.0.1" "::1" ];
|
||||
example = [ "127.0.0.1" "[::1]" ];
|
||||
};
|
||||
|
||||
enableACME = mkOption {
|
||||
|
Loading…
Reference in New Issue
Block a user