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 {
|
root = mkOption {
|
||||||
type = types.nullOr types.path;
|
type = types.nullOr types.path;
|
||||||
default = null;
|
default = null;
|
||||||
example = /your/root/directory;
|
example = "/your/root/directory";
|
||||||
description = ''
|
description = ''
|
||||||
Root directory for requests.
|
Root directory for requests.
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user