summary refs log tree commit diff
path: root/host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix')
-rwxr-xr-xhost/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix14
1 files changed, 0 insertions, 14 deletions
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;"
-        ;
-    };
-  };
-}