Skip to content

Commit

Permalink
wip: unfucking something
Browse files Browse the repository at this point in the history
  • Loading branch information
arichtman committed Dec 27, 2024
1 parent 3ae2db0 commit bccb054
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/nixos/caddy-rp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ in {
"debug"
];
virtualHosts = {
"http://[::1]:5000" = {
extraConfig = ''
handle_path / {
reverse_proxy 127.0.0.1:5000
}
'';
};
# Ignore hostname for routing purposes
":80" = {
# TODO: Find out what fuckery is causing /prometheus/ to redirect to /graph
Expand Down

0 comments on commit bccb054

Please sign in to comment.