wip
This commit is contained in:
parent
b2c9a0afd0
commit
e859467b0c
2 changed files with 11 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
password = "${node.metadata.get('rspamd/web_password')}";
|
||||
secure_ip = "0.0.0.0"
|
||||
|
|
|
@ -8,6 +8,16 @@ defaults = {
|
|||
'rspamd': {},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'rspamd.sublimity.de': {
|
||||
'content': 'nginx/proxy_pass.conf',
|
||||
'context': {
|
||||
'target': 'http://localhost:11334',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'rspamd': {
|
||||
'web_password': repo.vault.password_for(node.name + ' rspamd web password'),
|
||||
'ignore_spam_check_for_ips': [],
|
||||
|
|
Loading…
Reference in a new issue