X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fburette%2Fhttp.conf;h=e0d0b01a74eec145a30dbcfdef906d0daed84a00;hb=204e4f2229d6d54a7e170dcf017ace404286b151;hp=a0d1cf7fc697e897a101d526e0a5c409dafd28d4;hpb=38d168c3b1dc52a332e17702d53a94daaf4e8f18;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/burette/http.conf b/etc/nginx/site.d/burette/http.conf index a0d1cf7..e0d0b01 100644 --- a/etc/nginx/site.d/burette/http.conf +++ b/etc/nginx/site.d/burette/http.conf @@ -3,13 +3,23 @@ server { server_name burettes.heureux-cyclage.org burette.atelierdynamo.fr + burette.autourducycle.heureux-cyclage.org + burette.changedechaine.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.fr + burette.repeyre.heureux-cyclage.org + burette.txirrindola.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 +33,27 @@ upstream openerp7_burette { } map $http_host $burette_dbfilter { default ""; - burettes.heureux-cyclage.org ".*$"; burette.atelierdynamo.fr "dynamo$"; + burette.autourducycle.heureux-cyclage.org "autourducycle$"; + burette.changedechaine.heureux-cyclage.org "changedechaine$"; 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.fr "repeyre$"; + burette.repeyre.heureux-cyclage.org "repeyre$"; + burette.txirrindola.heureux-cyclage.org "txirrindola$"; + burette.txirrindola.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 ".*$"; }