diff options
Diffstat (limited to 'host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix')
-rwxr-xr-x | host/Spacebar-nginx/hosts/spacebar.chat/server/old/cdn.nix | 14 |
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;" - ; - }; - }; -} |