add proxy feature to nginx
This commit is contained in:
parent
3523edbcb4
commit
85b3adf671
3 changed files with 24 additions and 4 deletions
|
@ -62,6 +62,15 @@ nodes['htz.ex42-1048908'] = {
|
|||
'@.*:franzi\\\\.business',
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'vhosts': {
|
||||
'jenkins.kunsmann.eu': {
|
||||
'proxy': {
|
||||
'/': 'http://localhost:9000/',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'riot-web': {
|
||||
'url': 'chat.franzi.business',
|
||||
'config': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue