fix(vesuvio): add default nginx server
This commit is contained in:
parent
5e5d211bc8
commit
f98cdd558e
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts = {
|
services.nginx.virtualHosts = {
|
||||||
|
# default server
|
||||||
|
"vps.uku3lig.net" = {
|
||||||
|
default = true;
|
||||||
|
addSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
locations."/".return = "404";
|
||||||
|
};
|
||||||
|
|
||||||
# immich
|
# immich
|
||||||
"im.uku.moe" = {
|
"im.uku.moe" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue