summary refs log tree commit diff
path: root/host/Rory-nginx
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-11-03 03:40:53 +0100
committerRory& <root@rory.gay>2024-11-03 03:40:53 +0100
commitcd5601e96c52f8900128ac4b5657eeba84207f81 (patch)
treec0c50a1896bd8001a72e298f44f39b24135c2f86 /host/Rory-nginx
parentServer changes (diff)
downloadRory-Open-Architecture-cd5601e96c52f8900128ac4b5657eeba84207f81.tar.xz
Maybe this works?
Diffstat (limited to 'host/Rory-nginx')
-rw-r--r--host/Rory-nginx/services/email/nginx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/services/email/nginx.nix b/host/Rory-nginx/services/email/nginx.nix
index 44a99fb..19844ba 100644
--- a/host/Rory-nginx/services/email/nginx.nix
+++ b/host/Rory-nginx/services/email/nginx.nix
@@ -8,11 +8,11 @@
         "/.well-known/mta-sts.txt" = {
           # age 604800
           return = ''
-            200 'version: STSv1
+            200 "version: STSv1
                  mode: enforce
                  max_age: 120
                  mx: mail.rory.gay
-                 ';'';
+                 ";'';
 
         };
       };