feat(web): add nginx redirect
This commit is contained in:
parent
2ad80d22bc
commit
9e03fa11cf
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"www.514fpv.one" = {
|
||||||
|
globalRedirect = "514fpv.one";
|
||||||
|
enableACME = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue