diff options
author | Spacebar Root User <root@spacebar.chat> | 2024-06-05 12:36:47 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 17:25:16 +0200 |
commit | 9b87fbb931cf7576696d8a25528d5ab9494ebf66 (patch) | |
tree | 79521c52ca42dc9266dea3f8f44d4f3be6444228 /host | |
parent | Better service definition (diff) | |
download | Spacebar-Open-Infrastructure-9b87fbb931cf7576696d8a25528d5ab9494ebf66.tar.xz |
Update newprod to run latest spacebar server master
Diffstat (limited to 'host')
-rwxr-xr-x | host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix b/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix index ac21846..14ccad5 100755 --- a/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix +++ b/host/Spacebar-nginx/nginx-hosts/fosscord.com/matrix.nix @@ -1,6 +1,6 @@ { - enableACME = true; - addSSL = true; +# enableACME = true; +# addSSL = true; locations = { "/" = { proxyPass = "http://192.168.1.200:8009"; |