diff options
author | Rory& <root@rory.gay> | 2024-11-03 00:57:55 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-11-03 00:57:55 +0100 |
commit | a52aad3147dc5737bbe4bcc8997e6f0fdde68e85 (patch) | |
tree | 4a36254f2835008e3e356ae9de8df92c35aac7f4 | |
parent | No more sliding sync (diff) | |
download | Rory-Open-Architecture-a52aad3147dc5737bbe4bcc8997e6f0fdde68e85.tar.xz |
Nginx on mail.rory.gay
-rw-r--r-- | host/Rory-nginx/services/email/nginx.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/email/nginx.nix b/host/Rory-nginx/services/email/nginx.nix index a55a65a..44a99fb 100644 --- a/host/Rory-nginx/services/email/nginx.nix +++ b/host/Rory-nginx/services/email/nginx.nix @@ -17,5 +17,12 @@ }; }; }; + "mail.rory.gay" = { + enableACME = true; + forceSSL = true; + locations = { + "/".return = "200 'OK'"; + }; + }; }; } |