diff options
Diffstat (limited to 'hosts/atlas/nginx.nix')
| -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"; }; }; |
