From c47e2f0ab033cbb4ce54cadb6c024c20ad7b5145 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 25 Sep 2023 19:12:45 +0200 Subject: Switch to nginx mainline --- .../nginx-hosts/spacebar.chat/server/old/api.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 host/Spacebar-nginx/nginx-hosts/spacebar.chat/server/old/api.nix (limited to 'host/Spacebar-nginx/nginx-hosts/spacebar.chat/server/old/api.nix') diff --git a/host/Spacebar-nginx/nginx-hosts/spacebar.chat/server/old/api.nix b/host/Spacebar-nginx/nginx-hosts/spacebar.chat/server/old/api.nix new file mode 100755 index 0000000..8b7df6d --- /dev/null +++ b/host/Spacebar-nginx/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