From f7845e89dee969fa863e9e0293273b59376177a6 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 31 Oct 2021 18:34:33 +0100 Subject: [PATCH] rx300: add nginx access to rspamd web interface --- nodes/rx300.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nodes/rx300.py b/nodes/rx300.py index faa162c..410acbd 100644 --- a/nodes/rx300.py +++ b/nodes/rx300.py @@ -351,6 +351,12 @@ nodes['rx300'] = { 'ssl': '_.franzi.business', 'webroot': '/opt/postfixadmin/public/', 'php': True, + 'locations': { + '/rspamd/': { + 'target': 'http://localhost:11334/', + 'websockets': True, + }, + } }, 'unicornsden-redirect': { 'domain': 'unicornsden.franzi.business',