Add reverse conf for auro.re
This commit is contained in:
parent
221dc968a3
commit
a2dd147a37
2 changed files with 25 additions and 8 deletions
|
@ -23,11 +23,28 @@ monitoring_mail: 'monitoring.aurore@lists.crans.org'
|
||||||
|
|
||||||
# Nginx Proxy
|
# Nginx Proxy
|
||||||
reversed_proxy_subdomains:
|
reversed_proxy_subdomains:
|
||||||
- re2o: 10.128.0.10
|
- name: re2o
|
||||||
- intranet: 10.128.0.10
|
from: re2o.auro.re
|
||||||
- pad: 10.128.0.52
|
to: 10.128.0.10
|
||||||
- phabricator: 10.128.0.50
|
- name: intranet
|
||||||
- wiki: 10.128.0.51
|
from: intranet.auro.re
|
||||||
- www: 10.128.0.52
|
to: 10.128.0.10
|
||||||
- re2o-test: 10.128.0.100
|
- name: pad
|
||||||
|
from: pad.auro.re
|
||||||
|
to: 10.128.0.52
|
||||||
|
- name: phabricator
|
||||||
|
from: phabricator.auro.re
|
||||||
|
to: 10.128.0.50
|
||||||
|
- name: wiki
|
||||||
|
from: wiki.auro.re
|
||||||
|
to: 10.128.0.51
|
||||||
|
- name: www
|
||||||
|
from: www.auro.re
|
||||||
|
to: 10.128.0.52
|
||||||
|
- name: main
|
||||||
|
from: auro.re
|
||||||
|
to: 10.128.0.52
|
||||||
|
- name: re2o-test
|
||||||
|
from: re2o-test.auro.re
|
||||||
|
to: 10.128.0.100
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 88b16a7887572446de8b6362f3bb9a86094aa1d3
|
Subproject commit 1524c9a79756c6c1a1835bd6533d80d8390fbcbe
|
Loading…
Reference in a new issue