[mailman3] Mailman is reverse-proxyfied
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
8a0bb4401d
commit
81ded3ea46
|
@ -22,7 +22,7 @@ loc_nginx:
|
||||||
- "uwsgi_pass mailman3"
|
- "uwsgi_pass mailman3"
|
||||||
- "include /etc/nginx/uwsgi_params"
|
- "include /etc/nginx/uwsgi_params"
|
||||||
|
|
||||||
- ssl: crans.org
|
- ssl: false
|
||||||
default: true
|
default: true
|
||||||
server_name:
|
server_name:
|
||||||
- "mailman.crans.org"
|
- "mailman.crans.org"
|
||||||
|
|
|
@ -43,7 +43,7 @@ glob_reverseproxy:
|
||||||
- {from: owncloud.crans.org, to: 172.16.10.136}
|
- {from: owncloud.crans.org, to: 172.16.10.136}
|
||||||
- {from: linx.crans.org, to: "172.16.10.119:8080"}
|
- {from: linx.crans.org, to: "172.16.10.119:8080"}
|
||||||
- {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: 172.16.10.110}
|
||||||
|
|
||||||
# Zamok
|
# Zamok
|
||||||
- {from: perso.crans.org, to: 172.16.10.31}
|
- {from: perso.crans.org, to: 172.16.10.31}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
interfaces:
|
interfaces:
|
||||||
adm: eth0
|
adm: eth0
|
||||||
srv: eth1
|
srv_nat: eth1
|
||||||
|
|
Loading…
Reference in New Issue