summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.chat
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat')
-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
4 files changed, 42 insertions, 0 deletions
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;"
+        ;
+    };
+  };
+}