diff --git a/bundles/rspamd/metadata.py b/bundles/rspamd/metadata.py index 48b8de7..bc43044 100644 --- a/bundles/rspamd/metadata.py +++ b/bundles/rspamd/metadata.py @@ -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', }, }, },