update web
This commit is contained in:
parent
47a035d1b2
commit
7524776de3
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
services.nginx.virtualHosts."wolfgirl.systems" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/home/azriel/wolfgirl.systems/book";
|
||||
};
|
||||
services.nginx.virtualHosts."bun-e.fyi" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue