nginx module: Add extraConfig for locations
This commit is contained in:
committed by
Robin Gloster
parent
d5a097fdb6
commit
811f243ce6
@@ -27,6 +27,14 @@ with lib;
|
||||
Root directory for requests.
|
||||
'';
|
||||
};
|
||||
|
||||
extraConfig = mkOption {
|
||||
type = types.lines;
|
||||
default = "";
|
||||
description = ''
|
||||
These lines go to the end of the location verbatim.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user