From d825fce64635312b9f1a00b8d8a5552a2c1b0865 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Fri, 19 Jan 2024 15:47:39 +0800 Subject: [PATCH] feat(web): add nginx redirect --- spec/web/nginx.nix | 5 +++++ 1 file changed, 5 insertions(+) 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; + }; }; };