make spamd worker inaccessible for now
This commit is contained in:
parent
c92704390d
commit
5849ecc9e4
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ def nginx_vhost(metadata):
|
||||||
metadata.get('rspamd/hostname'): {
|
metadata.get('rspamd/hostname'): {
|
||||||
'content': 'nginx/proxy_pass.conf',
|
'content': 'nginx/proxy_pass.conf',
|
||||||
'context': {
|
'context': {
|
||||||
'target': 'http://localhost:11334',
|
'target': 'http://localhost:9999',
|
||||||
|
# 'target': 'http://localhost:11334',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue