h: set protocol to https for g2s

This commit is contained in:
Aaron Bieber 2022-09-13 08:20:48 -06:00
parent 422e387764
commit e9a0284f1d
No known key found for this signature in database

View File

@ -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" ];