rx300: add nginx access to rspamd web interface

This commit is contained in:
Franzi 2021-10-31 18:34:33 +01:00
parent 3f4de13f8a
commit f7845e89de
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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',