make spamd worker inaccessible for now

This commit is contained in:
mwiegand 2021-11-17 22:48:28 +01:00
parent c92704390d
commit 5849ecc9e4

View file

@ -30,7 +30,8 @@ def nginx_vhost(metadata):
metadata.get('rspamd/hostname'): {
'content': 'nginx/proxy_pass.conf',
'context': {
'target': 'http://localhost:11334',
'target': 'http://localhost:9999',
# 'target': 'http://localhost:11334',
},
},
},