diff options
author | polwex <polwex@sortug.com> | 2024-09-07 22:04:12 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 22:04:12 +0700 |
commit | 323096673f11009d45e06c87ae8afc17b56136c1 (patch) | |
tree | 65ea7a6cd6f2ab7dec3560ad86dd4253e359b7c1 | |
parent | b9362fd6782fa722f63495db5461e84431e2e06c (diff) |
m
-rw-r--r-- | hosts/cloud/bkk/nginx.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/cloud/bkk/nginx.nix b/hosts/cloud/bkk/nginx.nix index f948e0e..b70cb06 100644 --- a/hosts/cloud/bkk/nginx.nix +++ b/hosts/cloud/bkk/nginx.nix @@ -8,7 +8,7 @@ enableACME = true; forceSSL = true; locations."/" = { - proxyPass = "http://127.0.0.1:8080"; + proxyPass = "http://127.0.0.1:8081"; # proxyWebsockets = true; # needed if you need to use WebSocket extraConfig = '' proxy_set_header Host $host; |