From 323096673f11009d45e06c87ae8afc17b56136c1 Mon Sep 17 00:00:00 2001 From: polwex Date: Sat, 7 Sep 2024 22:04:12 +0700 Subject: m --- hosts/cloud/bkk/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/cloud/bkk') 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; -- cgit v1.2.3