Skip to content

Commit

Permalink
new caddy config for cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jul 4, 2024
1 parent 13e968d commit 8e9f38a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/server/caddy/kolyma-1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
reverse_proxy 127.0.0.1:8440
'';
};

"cdn.kolyma.uz" = {
extraConfig = ''
root * /srv/cdn
file_server
'';
};
};
};

Expand Down

0 comments on commit 8e9f38a

Please sign in to comment.