rx300: add nginx access to rspamd web interface
This commit is contained in:
parent
3f4de13f8a
commit
f7845e89de
1 changed files with 6 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue