feat(web): add nginx redirect
This commit is contained in:
parent
ccb9493af0
commit
d825fce646
|
@ -20,6 +20,11 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"www.514fpv.one" = {
|
||||||
|
globalRedirect = "514fpv.one";
|
||||||
|
enableACME = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue