diff --git a/spec/web/nginx.nix b/spec/web/nginx.nix
index 7cf9cb86..c0bf7f1e 100644
--- a/spec/web/nginx.nix
+++ b/spec/web/nginx.nix
@@ -20,6 +20,11 @@
         forceSSL = true;
         enableACME = true;
       };
+
+      "www.514fpv.one" = {
+        globalRedirect = "514fpv.one";
+        enableACME = true;
+      };
     };
   };