mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nginx module: fix evaluation of root location option
This commit is contained in:
parent
5341b8b1f8
commit
c90a43f4c5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ with lib;
|
|||
root = mkOption {
|
||||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
example = /your/root/directory;
|
||||
example = "/your/root/directory";
|
||||
description = ''
|
||||
Root directory for requests.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue