Skip to content

Commit

Permalink
disable web deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 15, 2024
1 parent 8a7f0d7 commit 9531a43
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions deploy/config/unavi-server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
domainWorld,
pkgs,
unavi-server,
unavi-web,
# unavi-web,
...
}:
let
Expand Down Expand Up @@ -64,17 +64,17 @@ in
};
};
};
${domainWeb} = {
enableACME = true;
forceSSL = true;
http2 = true;
root = unavi-web;
locations = {
"/" = {
index = "index.html";
};
};
};
# ${domainWeb} = {
# enableACME = true;
# forceSSL = true;
# http2 = true;
# root = unavi-web;
# locations = {
# "/" = {
# index = "index.html";
# };
# };
# };
${domainWorld} = {
enableACME = true;
forceSSL = true;
Expand Down

0 comments on commit 9531a43

Please sign in to comment.