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 --- host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix | 14 -------------- host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix | 14 -------------- .../hosts/spacebar.chat/server/old/gateway.nix | 14 -------------- .../Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix | 14 -------------- 4 files changed, 56 deletions(-) delete mode 100755 host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix delete mode 100755 host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix delete mode 100755 host/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix delete mode 100755 host/Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/server') diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix deleted file mode 100755 index 8b7df6d..0000000 --- a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - enableACME = true; - forceSSL = true; - locations = { - "/" = { - proxyPass = "http://192.168.1.200:3001"; - proxyWebsockets = true; - extraConfig = - "proxy_ssl_server_name on;" + - "proxy_pass_header Authorization;" - ; - }; - }; -} diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix deleted file mode 100755 index 89958fe..0000000 --- a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - enableACME = true; - forceSSL = true; - locations = { - "/" = { - proxyPass = "http://192.168.1.200:3003"; - proxyWebsockets = true; - extraConfig = - "proxy_ssl_server_name on;" + - "proxy_pass_header Authorization;" - ; - }; - }; -} diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix deleted file mode 100755 index ff95a5e..0000000 --- a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - enableACME = true; - forceSSL = true; - locations = { - "/" = { - proxyPass = "http://192.168.1.200:3002"; - proxyWebsockets = true; - extraConfig = - "proxy_ssl_server_name on;" + - "proxy_pass_header Authorization;" - ; - }; - }; -} diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix deleted file mode 100755 index 8b7df6d..0000000 --- a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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