add proxy feature to nginx

This commit is contained in:
Franzi 2020-06-01 11:31:13 +02:00
parent 3523edbcb4
commit 85b3adf671
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 24 additions and 4 deletions

View file

@ -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': {