diff options
| author | seth <[email protected]> | 2023-05-23 11:48:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-23 11:48:32 -0400 |
| commit | 69e1240c37184049fa53da8f0bba319c4fbd0dfe (patch) | |
| tree | af1c0a97ad312bbdcb71fb3657db2b56bac270d7 | |
| parent | d48fd0749d7e3584366f122a5bb160041cd1a5e2 (diff) | |
atlas: add ssl for miniflux vhost
| -rw-r--r-- | hosts/atlas/nginx.nix | 2 |
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"; }; }; |
