From 66818430bb9da5220c4c7773cabca8678562606b Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Sat, 5 Jun 2021 09:02:32 +0200 Subject: [PATCH] postgres and gitea work without SSL --- hammerhead/app/gitea/deploy/gitea.hcl | 1 - hammerhead/app/nginx/config/gitea.tpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/hammerhead/app/gitea/deploy/gitea.hcl b/hammerhead/app/gitea/deploy/gitea.hcl index f2af71e..3b59cbc 100644 --- a/hammerhead/app/gitea/deploy/gitea.hcl +++ b/hammerhead/app/gitea/deploy/gitea.hcl @@ -80,7 +80,6 @@ EOH } env { - APP_NAME = "Gitea: git with a cup of coffee" DOMAIN = "gitea.hammerhead.luxeylab.net" SSH_DOMAIN = "gitea.hammerhead.luxeylab.net" } diff --git a/hammerhead/app/nginx/config/gitea.tpl b/hammerhead/app/nginx/config/gitea.tpl index c18e9e1..fa4ad4f 100644 --- a/hammerhead/app/nginx/config/gitea.tpl +++ b/hammerhead/app/nginx/config/gitea.tpl @@ -1,5 +1,5 @@ upstream gitea-backend { -{{ range service "gitea" }} +{{ range service "gitea-frontend" }} server {{ .Address }}:{{ .Port }}; {{ else }} server 127.0.0.1:65535; # force a 502