MyNixOS website logo
option

services.misskey.reverseProxy.webserver.nginx.locations

Declarative location config.

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