enable ssl/tls for docspell

This commit is contained in:
Khaïs COLIN 2024-08-23 10:08:19 +00:00
parent 581ae32645
commit 7555fd2a78

View file

@ -21,6 +21,7 @@
}; };
"docspell.${base-domain}" = { "docspell.${base-domain}" = {
enableACME = true; enableACME = true;
forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://localhost:7879"; proxyPass = "http://localhost:7879";
}; };