summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-23 11:48:32 -0400
committerseth <[email protected]>2023-05-23 11:48:32 -0400
commit69e1240c37184049fa53da8f0bba319c4fbd0dfe (patch)
treeaf1c0a97ad312bbdcb71fb3657db2b56bac270d7 /hosts
parentd48fd0749d7e3584366f122a5bb160041cd1a5e2 (diff)
atlas: add ssl for miniflux vhost
Diffstat (limited to 'hosts')
-rw-r--r--hosts/atlas/nginx.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/atlas/nginx.nix b/hosts/atlas/nginx.nix
index 1fcfd45..5805dc8 100644
--- a/hosts/atlas/nginx.nix
+++ b/hosts/atlas/nginx.nix
@@ -25,6 +25,8 @@
in {
"miniflux.${domain}" = {
enableACME = true;
+ addSSL = true;
+
locations = mkProxy "/" "7000";
};
};