feat(web): add nginx redirect

This commit is contained in:
514fpv 2024-01-19 15:47:39 +08:00
parent ccb9493af0
commit d825fce646
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

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