postgres and gitea work without SSL

This commit is contained in:
LUXEY Adrien 2021-06-05 09:02:32 +02:00
parent 8c565aac6f
commit 66818430bb
2 changed files with 1 additions and 2 deletions

View file

@ -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"
}

View file

@ -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