Register missing services in reverse proxy config
This commit is contained in:
parent
ac7696c81f
commit
9de65d2574
2 changed files with 15 additions and 3 deletions
|
@ -31,12 +31,21 @@ nginx:
|
|||
|
||||
reverseproxy_sites:
|
||||
- from: re2o.auro.re
|
||||
to: 10.128.0.10
|
||||
to: 10.128.0.20
|
||||
- from: intranet.auro.re
|
||||
to: 10.128.0.10
|
||||
to: 10.128.0.20
|
||||
|
||||
- from: bbb.auro.re
|
||||
to: 10.128.0.54
|
||||
|
||||
- from: nextcloud.auro.re
|
||||
to: "10.128.0.58:8080"
|
||||
|
||||
- from: gitea.auro.re
|
||||
to: "10.128.0.60:3000"
|
||||
|
||||
- from: drone.auro.re
|
||||
to: "10.128.0.64:8000"
|
||||
|
||||
- from: re2o-test.auro.re
|
||||
to: 10.128.0.100
|
||||
to: 10.128.0.80
|
||||
|
|
|
@ -44,6 +44,9 @@ nginx:
|
|||
- from: www.auro.re
|
||||
to: 10.128.0.52
|
||||
|
||||
- from: passbolt.auro.re
|
||||
to: 10.128.0.53
|
||||
|
||||
- from: riot.auro.re
|
||||
to: "10.128.0.150:8080"
|
||||
- from: codimd.auro.re
|
||||
|
|
Loading…
Reference in a new issue