summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts')
-rwxr-xr-xhost/Spacebar-nginx/hosts/fosscord.com/matrix.nix2
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix (renamed from host/Spacebar-nginx/hosts/spacebar.chat/server/old.nix)0
-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
5 files changed, 43 insertions, 1 deletions
diff --git a/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix b/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
index d2b7606..ac21846 100755
--- a/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
+++ b/host/Spacebar-nginx/hosts/fosscord.com/matrix.nix
@@ -3,7 +3,7 @@
   addSSL = true;
   locations = {
     "/" = {
-      proxyPass = "http://192.168.1.200:8008";
+      proxyPass = "http://192.168.1.200:8009";
       proxyWebsockets = true;
       extraConfig =
         "proxy_ssl_server_name on;" +
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix
index 8b7df6d..8b7df6d 100755
--- a/host/Spacebar-nginx/hosts/spacebar.chat/server/old.nix
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/api.nix
diff --git a/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix
new file mode 100755
index 0000000..89958fe
--- /dev/null
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix
@@ -0,0 +1,14 @@
+{
+  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
new file mode 100755
index 0000000..ff95a5e
--- /dev/null
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/gateway.nix
@@ -0,0 +1,14 @@
+{
+  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
new file mode 100755
index 0000000..8b7df6d
--- /dev/null
+++ b/host/Spacebar-nginx/hosts/spacebar.chat/server/old/root.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;"
+        ;
+    };
+  };
+}