X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fnginx%2Fsite.d%2Fburette%2Fhttp.conf;h=fefa9600f420800376a29c2df32c06d2749dd697;hb=25b7795fee2a655dfd6dbedcb1233b7dddb9f3fb;hp=a98f0b18a47113b28e231049e072ec841fe32a19;hpb=c3a51f63171dfe81f25350f8a0251cf85a3a8de4;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/burette/http.conf b/etc/nginx/site.d/burette/http.conf index a98f0b1..fefa960 100644 --- a/etc/nginx/site.d/burette/http.conf +++ b/etc/nginx/site.d/burette/http.conf @@ -3,12 +3,23 @@ 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.velosenville.org; + 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; return 301 https://$host$request_uri; } @@ -17,3 +28,26 @@ upstream openerp7_burette { fail_timeout=300s weight=1; } +map $http_host $burette_dbfilter { + default ""; + 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 ".*$"; + }