diff options
| -rw-r--r-- | Biz/PodcastItLater/Web.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/Web.nix b/Biz/PodcastItLater/Web.nix index 8de5ef8..e66043d 100644 --- a/Biz/PodcastItLater/Web.nix +++ b/Biz/PodcastItLater/Web.nix @@ -78,7 +78,7 @@ in { forceSSL = true; enableACME = true; locations."/" = { - proxyPass = "http://localhost:${toString cfg.port}"; + proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyWebsockets = true; }; }; |
