services.misskey.reverseProxy.webserver.nginx.locations
Declarative location config
- Type
attribute set of (submodule)- Default
{ }- Example
{ "/" = { proxyPass = "http://localhost:3000"; }; };
Declarative location config
attribute set of (submodule){ }{
"/" = {
proxyPass = "http://localhost:3000";
};
};