Skip to content

Commit

Permalink
adding proxy for haskell uz domain
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 14, 2024
1 parent 9bf1dda commit 3307675
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/server/caddy/kolyma-3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
'';
};

"haskell.uz" = {
serverAliases = [
"www.haskell.uz"
"chat.haskell.uz"
];
extraConfig = ''
reverse_proxy 127.0.0.1:8450
'';
};

"xinuxmgr.xinux.uz" = {
extraConfig = ''
reverse_proxy 127.0.0.1:8445
Expand Down

0 comments on commit 3307675

Please sign in to comment.