Add srv_nat on codimd and reverse proxy
parent
b202dcffd1
commit
cb7952bd2d
|
@ -56,6 +56,7 @@ nginx:
|
||||||
- {from: zero.crans.org, to: 172.16.10.130}
|
- {from: zero.crans.org, to: 172.16.10.130}
|
||||||
- {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
|
- {from: ethercalc.crans.org, to: "172.16.10.133:8000"}
|
||||||
- {from: roundcube.crans.org, to: 172.16.10.107}
|
- {from: roundcube.crans.org, to: 172.16.10.107}
|
||||||
|
- {from: codimd.crans.org, to: "172.16.10.128:3000"}
|
||||||
# - {from: belenios.crans.org, to: 172.16.10.111}
|
# - {from: belenios.crans.org, to: 172.16.10.111}
|
||||||
# - {from: mailman.crans.org, to: 10.231.136.180}
|
# - {from: mailman.crans.org, to: 10.231.136.180}
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
interfaces:
|
interfaces:
|
||||||
adm: eth0
|
adm: eth0
|
||||||
|
srv_nat: eth1
|
||||||
|
|
Loading…
Reference in New Issue