paperless

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 15:14:52 +01:00
parent dbccb827ad
commit d2e0b9d2d3
5 changed files with 206 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
http3 = true;
http3_hq = true;
quic = true;
addSSL = true;
forceSSL = true;
enableACME = true;
};
in {
@@ -132,6 +132,10 @@
listen = dl;
locations = { "/" = { proxyPass = "http://127.0.0.1:3000"; }; };
};
"doc.${domain}" = vh // {
listen = dl;
locations = { "/" = { proxyPass = "http://127.0.0.1:8441"; }; };
};
"~^(.*).${domain}$" = {
listen = dl;
root = "/var/nginx/webroot";