Declarative location config.
Declarations
Type
attribute set of (submodule)Default
{ }Example
{
"/" = {
proxyPass = "http://localhost:3000";
};
};
Declarative location config.
attribute set of (submodule){ }{
"/" = {
proxyPass = "http://localhost:3000";
};
};