diff options
Diffstat (limited to '')
-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"; |