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 = {
|
||||
# default server
|
||||
"vps.uku3lig.net" = {
|
||||
default = true;
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".return = "404";
|
||||
};
|
||||
|
||||
# immich
|
||||
"im.uku.moe" = {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue