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',
|
'ssl': '_.franzi.business',
|
||||||
'webroot': '/opt/postfixadmin/public/',
|
'webroot': '/opt/postfixadmin/public/',
|
||||||
'php': True,
|
'php': True,
|
||||||
|
'locations': {
|
||||||
|
'/rspamd/': {
|
||||||
|
'target': 'http://localhost:11334/',
|
||||||
|
'websockets': True,
|
||||||
|
},
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'unicornsden-redirect': {
|
'unicornsden-redirect': {
|
||||||
'domain': 'unicornsden.franzi.business',
|
'domain': 'unicornsden.franzi.business',
|
||||||
|
|
Loading…
Add table
Reference in a new issue