spec(web): add nginx redirect

This commit is contained in:
514fpv 2024-01-19 15:47:39 +08:00
parent 7cbd9fbb3c
commit 9b950cdf21
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ

View file

@ -20,6 +20,11 @@
forceSSL = true;
enableACME = true;
};
"www.514fpv.one" = {
globalRedirect = "514fpv.one";
enableACME = true;
};
};
};