bundles/miniflux: use vhost with generic name
This commit is contained in:
parent
68e79b4883
commit
d32f675de7
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue