forked from Deuxfleurs/infrastructure
postgres and gitea work without SSL
This commit is contained in:
parent
8c565aac6f
commit
66818430bb
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue