Skip to content

Commit

Permalink
apply gate for others as well
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Sep 19, 2024
1 parent 463f1c5 commit a500c05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion modules/server/caddy/kolyma-2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"http://2a01:4f9:5a:5110::"
];
extraConfig = ''
reverse_proxy 127.0.0.1:8440
root * ${pkgs.personal.gate}/www
file_server
'';
};

Expand Down
3 changes: 2 additions & 1 deletion modules/server/caddy/kolyma-3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"http://2a01:4f9:3070:322c::"
];
extraConfig = ''
reverse_proxy 127.0.0.1:8440
root * ${pkgs.personal.gate}/www
file_server
'';
};

Expand Down
3 changes: 2 additions & 1 deletion modules/server/caddy/kolyma-4.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"http://2a01:4f9:3071:31ce::"
];
extraConfig = ''
reverse_proxy 127.0.0.1:8440
root * ${pkgs.personal.gate}/www
file_server
'';
};
};
Expand Down

0 comments on commit a500c05

Please sign in to comment.