bundles/gitea: use generic vhost name
This commit is contained in:
parent
4a30aeaab6
commit
95c5e0b6ea
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ def nginx(metadata):
|
|||
return {
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
metadata.get('gitea/domain'): {
|
||||
'gitea': {
|
||||
'domain': metadata.get('gitea/domain'),
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:22000',
|
||||
|
|
Loading…
Reference in a new issue