From e179300899ea74865cd35fb38f7d589dcd269ecb Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 12 Sep 2024 03:13:47 +0700 Subject: m --- hosts/cloud/bkk/nginx.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hosts/cloud/bkk/nginx.nix') diff --git a/hosts/cloud/bkk/nginx.nix b/hosts/cloud/bkk/nginx.nix index c73eaeb..03c13ce 100644 --- a/hosts/cloud/bkk/nginx.nix +++ b/hosts/cloud/bkk/nginx.nix @@ -25,6 +25,14 @@ proxy_cache off; ''; }; + virtualHosts."head.urbit.men" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://127.0.0.1:8001"; + proxyWebsockets = true; # needed if you need to use WebSocket + }; + }; virtualHosts."m.urbit.men" = { enableACME = true; forceSSL = true; -- cgit v1.2.3