bundles/miniflux: use vhost with generic name

This commit is contained in:
Franzi 2021-07-01 16:04:56 +02:00
parent 68e79b4883
commit d32f675de7
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -45,7 +45,8 @@ def nginx(metadata):
return { return {
'nginx': { 'nginx': {
'vhosts': { 'vhosts': {
metadata.get('miniflux/domain'): { 'miniflux': {
'domain': metadata.get('miniflux/domain'),
'proxy': { 'proxy': {
'/': { '/': {
'target': 'http://127.0.0.1:22040', 'target': 'http://127.0.0.1:22040',