diff --git a/flake.nix b/flake.nix index 4135c65..178107e 100644 --- a/flake.nix +++ b/flake.nix @@ -172,6 +172,10 @@ locations."/".extraConfig = '' proxy_pass http://localhost:${toString cfg.port}/404; ''; + + locations."/assets".extraConfig = '' + proxy_pass http://localhost:${toString cfg.port}/assets; + ''; }; };