From e543044dde9a91cfd23e1d9bb3da1dfe537162d5 Mon Sep 17 00:00:00 2001 From: Mathieu Gauthier-Pilote Date: Thu, 11 May 2023 15:34:44 -0400 Subject: [PATCH] Correct port number to go with https: true --- webapps/peertube/templates/production.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/peertube/templates/production.yaml.j2 b/webapps/peertube/templates/production.yaml.j2 index 4e2aabeb..48da060a 100644 --- a/webapps/peertube/templates/production.yaml.j2 +++ b/webapps/peertube/templates/production.yaml.j2 @@ -6,7 +6,7 @@ listen: webserver: https: true hostname: '{{ domains| first }}' - port: 80 + port: 443 # Secrets you need to generate the first time you run PeerTube secrets: