summaryrefslogtreecommitdiff
path: root/hosts/cloud/bkk
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud/bkk')
-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;