shuffle some ports around
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-09-20 10:29:19 +02:00
parent dc968b75e5
commit bb0b6f2079
Signed by: kunsi
GPG key ID: 12E3D2136B818350
10 changed files with 25 additions and 18 deletions

View file

@ -16,7 +16,7 @@ PROTOCOL = http
SSH_DOMAIN = ${domain}
DOMAIN = ${domain}
HTTP_ADDR = 127.0.0.1
HTTP_PORT = 3000
HTTP_PORT = 22000
ROOT_URL = https://${domain}/
DISABLE_SSH = false
SSH_PORT = 22

View file

@ -42,7 +42,7 @@ def nginx(metadata):
'vhosts': {
metadata.get('gitea/domain'): {
'proxy': {
'/': 'http://127.0.0.1:3000',
'/': 'http://127.0.0.1:22000',
},
},
},