Modifications : etc/sv/openerp7_burette/local.sh - burette
[lhc/ateliers.git] / etc / nginx / site.d / burette / http.conf
1 server {
2 listen 80;
3 server_name
4 burettes.heureux-cyclage.org
5 burette.atelierdynamo.fr
6 burette.autourducycle.heureux-cyclage.org
7 burette.cyclocoop.heureux-cyclage.org
8 burette.changedechaine.heureux-cyclage.org
9 burette.cyclocoop.org
10 burette.cyclofficineangouleme.heureux-cyclage.org
11 burette.dynamo.heureux-cyclage.org
12 burette.labecaneajules.heureux-cyclage.org
13 burette.ohcyclo.heureux-cyclage.org
14 burette.ptitvelo.heureux-cyclage.org
15 burette.ptitvelo.net
16 burette.repeyre.heureux-cyclage.org
17 burette.txirrindola.heureux-cyclage.org
18 burette.velorution.org
19 burette.velorution_idf.heureux-cyclage.org
20 burette.velorution_toulouse.heureux-cyclage.org
21 burette.velosenville.org
22 burette.vieuxbiclou.heureux-cyclage.org
23 burette.vieuxbiclou.org;
24
25 return 301 https://$host$request_uri;
26 }
27 upstream openerp7_burette {
28 server 127.0.0.1:8069
29 fail_timeout=300s
30 weight=1;
31 }
32 map $http_host $burette_dbfilter {
33 default "";
34 burette.atelierdynamo.fr "dynamo$";
35 burette.autourducycle.heureux-cyclage.org "autourducycle$";
36 burette.changedechaine.heureux-cyclage.org "changedechaine$";
37 burette.cyclocoop.heureux-cyclage.org "cyclo_.*$";
38 burette.cyclocoop.org "cyclo_.*$";
39 burette.cyclofficineangouleme.heureux-cyclage.org "cyclofficine_angouleme$";
40 burette.dynamo.heureux-cyclage.org "dynamo$";
41 burette.labecaneajules.heureux-cyclage.org "labecaneajules$";
42 burette.ohcyclo.heureux-cyclage.org "ohcyclo$";
43 burette.ptitvelo.heureux-cyclage.org "ptitvelo$";
44 burette.ptitvelo.net "ptitvelo$";
45 burette.repeyre.heureux-cyclage.org "repeyre$";
46 burette.txirrindola.heureux-cyclage.org "txirrindola$";
47 burette.velorution.org "velorution_idf$";
48 burette.velorution_idf.heureux-cyclage.org "velorution_idf$";
49 burette.velorution_toulouse.heureux-cyclage.org "velorution_toulouse$";
50 burette.velosenville.heureux-cyclage.org "velosenville$";
51 burette.velosenville.org "velosenville$";
52 burette.vieuxbiclou.heureux-cyclage.org "vieuxbiclou$";
53 burette.vieuxbiclou.org "vieuxbiclou$";
54 burettes.heureux-cyclage.org ".*$";
55 }