diff --git a/nginx.nix b/nginx.nix index 18f4626..f461711 100644 --- a/nginx.nix +++ b/nginx.nix @@ -21,6 +21,9 @@ }; "docspell.${base-domain}" = { enableACME = true; + locations."/" = { + proxyPass = "http://localhost:7879"; + }; }; }; };