mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
nginx module: fix evaluation of root location option
This commit is contained in:
parent
5341b8b1f8
commit
c90a43f4c5
@ -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…
Reference in New Issue
Block a user