bundles/nginx: rename 'proxy' metadata to 'locations', support more generic options, move extras files to metadata
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
a3a228fc2d
commit
b5ab21549d
25 changed files with 164 additions and 144 deletions
|
@ -42,7 +42,7 @@ nodes['htz-cloud.influxdb'] = {
|
|||
'vhosts': {
|
||||
'influxdb': {
|
||||
'domain': 'influxdb.kunsmann.eu',
|
||||
'proxy': {
|
||||
'locations': {
|
||||
'/': {
|
||||
'target': 'http://localhost:8086',
|
||||
'websockets': True,
|
||||
|
|
|
@ -160,7 +160,7 @@ nodes['htz-cloud.miniserver'] = {
|
|||
# 'extras': True,
|
||||
# 'do_not_set_content_security_headers': True,
|
||||
# 'max_body_size': '50M',
|
||||
# 'proxy': {
|
||||
# 'locations': {
|
||||
# '/': {
|
||||
# 'target': 'http://127.0.0.1:8184',
|
||||
# },
|
||||
|
|
|
@ -44,7 +44,11 @@ nodes['htz-cloud.pleroma'] = {
|
|||
},
|
||||
'pleroma-www-redir': {
|
||||
'domain': 'www.cybert-media.net',
|
||||
'extras': True,
|
||||
'locations': {
|
||||
'/': {
|
||||
'redirect': 'https://cybert-media.net$request_uri',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue