Skip to content

Commit

Permalink
modules (https-proxy): Fix proxyPass configuration
Browse files Browse the repository at this point in the history
This obviously has to point to `target`.
  • Loading branch information
britter committed Jun 28, 2024
1 parent 8d049ce commit 1ae3d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/https-proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ in {
locations."/" = {
inherit (conf) proxyWebsockets;
recommendedProxySettings = true;
proxyPass = conf.fqdn;
proxyPass = conf.target;
};
};
};
Expand Down

0 comments on commit 1ae3d1c

Please sign in to comment.