Ajout: burettes en masse
[lhc/ateliers.git] / etc / nginx / site.d / burette / http.conf
index a0d1cf7..fefa960 100644 (file)
@@ -3,13 +3,20 @@ server {
        server_name
         burettes.heureux-cyclage.org
         burette.atelierdynamo.fr
+        burette.autourducycle.heureux-cyclage.org
         burette.cyclocoop.heureux-cyclage.org
         burette.cyclocoop.org
+        burette.cyclofficineangouleme.heureux-cyclage.org
         burette.dynamo.heureux-cyclage.org
+        burette.labecaneajules.heureux-cyclage.org
+        burette.ohcyclo.heureux-cyclage.org
         burette.ptitvelo.heureux-cyclage.org
         burette.ptitvelo.net
+        burette.repeyre.heureux-cyclage.org
+        burette.txirrindola.heureux-cyclage.org
         burette.velorution.org
         burette.velorution_idf.heureux-cyclage.org
+        burette.velorution_toulouse.heureux-cyclage.org
         burette.velosenville.org
         burette.vieuxbiclou.heureux-cyclage.org
         burette.vieuxbiclou.org;
@@ -23,17 +30,24 @@ upstream openerp7_burette {
  }
 map $http_host $burette_dbfilter {
        default                                    "";
-       burettes.heureux-cyclage.org               ".*$";
        burette.atelierdynamo.fr                   "dynamo$";
+       burette.autourducycle.heureux-cyclage.org  "autourducycle$";
        burette.cyclocoop.heureux-cyclage.org      "cyclo_.*$";
        burette.cyclocoop.org                      "cyclo_.*$";
+       burette.cyclofficineangouleme.heureux-cyclage.org "cyclofficine_angouleme$";
        burette.dynamo.heureux-cyclage.org         "dynamo$";
+       burette.labecaneajules.heureux-cyclage.org "labecaneajules$";
+       burette.ohcyclo.heureux-cyclage.org        "ohcyclo$";
        burette.ptitvelo.heureux-cyclage.org       "ptitvelo$";
        burette.ptitvelo.net                       "ptitvelo$";
+       burette.repeyre.heureux-cyclage.org        "repeyre$";
+       burette.txirrindola.heureux-cyclage.org    "txirrindola$";
        burette.velorution.org                     "velorution_idf$";
        burette.velorution_idf.heureux-cyclage.org "velorution_idf$";
+       burette.velorution_toulouse.heureux-cyclage.org "velorution_toulouse$";
        burette.velosenville.heureux-cyclage.org   "velosenville$";
        burette.velosenville.org                   "velosenville$";
        burette.vieuxbiclou.heureux-cyclage.org    "vieuxbiclou$";
        burette.vieuxbiclou.org                    "vieuxbiclou$";
+       burettes.heureux-cyclage.org               ".*$";
  }