summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.chat/server
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-25 19:12:45 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitc47e2f0ab033cbb4ce54cadb6c024c20ad7b5145 (patch)
treecafe69cc37dbac1a2224ef1a01319cdec8f89910 /host/Spacebar-nginx/hosts/spacebar.chat/server
parentMove boot target (diff)
downloadSpacebar-Open-Infrastructure-c47e2f0ab033cbb4ce54cadb6c024c20ad7b5145.tar.xz
Switch to nginx mainline
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/server')
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix14
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix14
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix14
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/root.nix14
4 files changed, 0 insertions, 56 deletions
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;"
-        ;
-    };
-  };
-}