X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fburette%2Fhttp.conf;h=fefa9600f420800376a29c2df32c06d2749dd697;hp=a0d1cf7fc697e897a101d526e0a5c409dafd28d4;hb=25b7795fee2a655dfd6dbedcb1233b7dddb9f3fb;hpb=a60a77e4b97f276d26b53e2b94561ab70083e986 diff --git a/etc/nginx/site.d/burette/http.conf b/etc/nginx/site.d/burette/http.conf index a0d1cf7..fefa960 100644 --- a/etc/nginx/site.d/burette/http.conf +++ b/etc/nginx/site.d/burette/http.conf @@ -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 ".*$"; }