From e14c6dcc76ad18ef81edddfb6d192f9ba7ec5ae6 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 4 Apr 2023 03:24:40 +0200 Subject: Split old instance --- host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix') diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix new file mode 100755 index 0000000..8b7df6d --- /dev/null +++ b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix @@ -0,0 +1,14 @@ +{ + enableACME = true; + forceSSL = true; + locations = { + "/" = { + proxyPass = "http://192.168.1.200:3001"; + proxyWebsockets = true; + extraConfig = + "proxy_ssl_server_name on;" + + "proxy_pass_header Authorization;" + ; + }; + }; +} -- cgit 1.4.1