2021-01-24 21:20:53 +01:00
|
|
|
---
|
2021-02-01 17:08:06 +01:00
|
|
|
loc_certbot:
|
2021-01-24 21:20:53 +01:00
|
|
|
domains:
|
2021-02-01 17:08:06 +01:00
|
|
|
- portail-fleming.auro.re
|
|
|
|
- portail-pacaterie.auro.re
|
|
|
|
- portail-rives.auro.re
|
|
|
|
- portail-edc.auro.re
|
|
|
|
- portail-gs.auro.re
|
2021-01-24 21:20:53 +01:00
|
|
|
mail: tech.aurore@lists.crans.org
|
|
|
|
certname: auro.re
|
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
loc_nginx:
|
|
|
|
service_name: captive_portal
|
|
|
|
default_server: '$server_addr'
|
|
|
|
default_ssl_server: '$server_addr'
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
servers:
|
|
|
|
- ssl: false
|
|
|
|
server_name:
|
|
|
|
- "10.13.0.247"
|
|
|
|
locations:
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-fleming.auro.re/portail/"
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: true
|
|
|
|
server_name:
|
|
|
|
- portail-fleming.auro.re
|
|
|
|
locations:
|
2021-02-01 19:57:33 +01:00
|
|
|
- filter: "~ /(potail|cotisations/comnpay|static|javascript|media|about|contact|logout|.*-autocomplete)"
|
2021-02-01 17:08:06 +01:00
|
|
|
params:
|
2021-02-01 19:02:14 +01:00
|
|
|
- "proxy_pass http://10.128.0.20"
|
2021-02-01 17:08:06 +01:00
|
|
|
- "include /etc/nginx/snippets/options-proxypass.conf"
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-fleming.auro.re/portail/"
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: false
|
|
|
|
server_name:
|
|
|
|
- 10.23.0.247
|
|
|
|
locations:
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-pacaterie.auro.re/portail/"
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: true
|
|
|
|
server_name:
|
|
|
|
- portail-pacaterie.auro.re
|
|
|
|
locations:
|
2021-02-01 19:57:33 +01:00
|
|
|
- filter: "~ /(potail|cotisations/comnpay|static|javascript|media|about|contact|logout|.*-autocomplete)"
|
2021-02-01 17:08:06 +01:00
|
|
|
params:
|
2021-02-01 19:02:14 +01:00
|
|
|
- "proxy_pass http://10.128.0.20"
|
2021-02-01 17:08:06 +01:00
|
|
|
- "include /etc/nginx/snippets/options-proxypass.conf"
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-pacaterie.auro.re/portail/"
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: false
|
|
|
|
server_name:
|
|
|
|
- "10.33.0.247"
|
|
|
|
locations:
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-rives.auro.re/portail/"
|
2021-01-28 22:08:48 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: true
|
|
|
|
server_name:
|
|
|
|
- portail-rives.auro.re
|
|
|
|
locations:
|
2021-02-01 19:57:33 +01:00
|
|
|
- filter: "~ /(potail|cotisations/comnpay|static|javascript|media|about|contact|logout|.*-autocomplete)"
|
2021-02-01 17:08:06 +01:00
|
|
|
params:
|
2021-02-01 19:02:14 +01:00
|
|
|
- "proxy_pass http://10.128.0.20"
|
2021-02-01 17:08:06 +01:00
|
|
|
- "include /etc/nginx/snippets/options-proxypass.conf"
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-rives.auro.re/portail/"
|
2021-01-28 22:08:48 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: false
|
|
|
|
server_name:
|
|
|
|
- "10.43.0.247"
|
|
|
|
locations:
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-edc.auro.re/portail/"
|
2021-01-24 21:20:53 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: true
|
|
|
|
server_name:
|
|
|
|
- portail-edc.auro.re
|
|
|
|
locations:
|
2021-02-01 19:57:33 +01:00
|
|
|
- filter: "~ /(potail|cotisations/comnpay|static|javascript|media|about|contact|logout|.*-autocomplete)"
|
2021-02-01 17:08:06 +01:00
|
|
|
params:
|
2021-02-01 19:02:14 +01:00
|
|
|
- "proxy_pass http://10.128.0.20"
|
2021-02-01 17:08:06 +01:00
|
|
|
- "include /etc/nginx/snippets/options-proxypass.conf"
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-edc.auro.re/portail/"
|
2021-01-28 22:08:48 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: false
|
|
|
|
server_name:
|
|
|
|
- "10.53.0.247"
|
|
|
|
locations:
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-gs.auro.re/portail/"
|
2021-01-28 22:08:48 +01:00
|
|
|
|
2021-02-01 17:08:06 +01:00
|
|
|
- ssl: true
|
|
|
|
server_name:
|
|
|
|
- portail-gs.auro.re
|
|
|
|
locations:
|
2021-02-01 19:57:33 +01:00
|
|
|
- filter: "~ /(potail|cotisations/comnpay|static|javascript|media|about|contact|logout|.*-autocomplete)"
|
2021-02-01 17:08:06 +01:00
|
|
|
params:
|
2021-02-01 19:02:14 +01:00
|
|
|
- "proxy_pass http://10.128.0.20"
|
2021-02-01 17:08:06 +01:00
|
|
|
- "include /etc/nginx/snippets/options-proxypass.conf"
|
|
|
|
- filter: "/"
|
|
|
|
params:
|
|
|
|
- "return 302 https://portail-gs.auro.re/portail/"
|