1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-15 21:38:47 +02:00

jmap-proxy: initial setup

This commit is contained in:
Rouven Seifert 2024-04-19 22:18:37 +02:00
parent d200c92200
commit 456a11295e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -20,5 +20,10 @@ in
enableACME = true;
forceSSL = true;
};
"jmap.${domain}" = {
locations."/" = {
proxyPass = "http://127.0.0.1:5000";
};
};
};
}