From e9a0284f1ddde564d9090ef7e8b50c9d8dfa2bd1 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 13 Sep 2022 08:20:48 -0600 Subject: [PATCH] h: set protocol to https for g2s --- hosts/h/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/h/default.nix b/hosts/h/default.nix index 2c728e2..d39676f 100644 --- a/hosts/h/default.nix +++ b/hosts/h/default.nix @@ -152,7 +152,7 @@ in { log-db-queries = false; log-level = "info"; port = 8778; - protocol = "http"; + protocol = "https"; storage-backend = "local"; storage-local-base-path = "/var/lib/gotosocial/storage"; trusted-proxies = [ "127.0.0.1/32" "23.29.118.0/24" ];