summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-09-07 22:04:12 +0700
committerpolwex <polwex@sortug.com>2024-09-07 22:04:12 +0700
commit323096673f11009d45e06c87ae8afc17b56136c1 (patch)
tree65ea7a6cd6f2ab7dec3560ad86dd4253e359b7c1
parentb9362fd6782fa722f63495db5461e84431e2e06c (diff)
m
-rw-r--r--hosts/cloud/bkk/nginx.nix2
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;