X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Fburette%2Fsite.conf;h=f7b371afd3c8ac2c176e0bd38e1f8d83268f1063;hb=8e1e589274d5bb104d193d031cc22e0b4f9bef2d;hp=191b13ea40bfb10f4c9e6eea0e63b0a2b090db3b;hpb=c3a51f63171dfe81f25350f8a0251cf85a3a8de4;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/burette/site.conf b/etc/nginx/site.d/burette/site.conf index 191b13e..f7b371a 100644 --- a/etc/nginx/site.d/burette/site.conf +++ b/etc/nginx/site.d/burette/site.conf @@ -1,14 +1,52 @@ server_name - burettes.heureux-cyclage.org + burette.atelier-etincelle.org + burette.atelier-etincelle.heureux-cyclage.org burette.atelierdynamo.fr + burette.autourducycle.heureux-cyclage.org + burette.bretzselle.heureux-cyclage.org + burette.bretzselle.org + burette.changedechaine.heureux-cyclage.org + burette.cyclesetmanivelles.heureux-cyclage.org burette.cyclocoop.heureux-cyclage.org burette.cyclocoop.org + burette.cyclofficineangouleme.heureux-cyclage.org burette.dynamo.heureux-cyclage.org + burette.etudesetchantiersidf.heureux-cyclage.org + burette.eturecup.heureux-cyclage.org + burette.eturecup.org + burette.labecaneajules.fr + burette.labecaneajules.heureux-cyclage.org + burette.lapetiterennes.heureux-cyclage.org + burette.lapetiterennes.org + burette.laptiterustine.heureux-cyclage.org + burette.larouelibre.heureux-cyclage.org + burette.la-roue-libre.com + burette.lechatperche.heureux-cyclage.org + burette.mig.heureux-cyclage.org + burette.mobilidees.heureux-cyclage.org + burette.mobilidees.org + burette.ohcyclo.heureux-cyclage.org burette.ptitvelo.heureux-cyclage.org burette.ptitvelo.net - demo.burette.ptitvelo.net + burette.recupr.heureux-cyclage.org + burette.recupr.org + burette.repeyre.fr + burette.repeyre.heureux-cyclage.org + burette.rouepet.heureux-cyclage.org + burette.rouepet.org + burette.txirrindola.heureux-cyclage.org + burette.txirrindola.org + burette.velocampus.net + burette.velocampus_nantes.heureux-cyclage.org + burette.velorution.org + burette.velorution_idf.heureux-cyclage.org + burette.velorutiontoulouse.heureux-cyclage.org burette.velosenville.org - demo.burette.velosenville.org; + burette.vieuxbiclou.heureux-cyclage.org + burette.vieuxbiclou.org + burettes.heureux-cyclage.org; + + include /etc/nginx/conf.d/letsencrypt.conf; client_body_buffer_size 1024k; client_max_body_size 10m; @@ -33,6 +71,9 @@ location / { # NOTE: by default, do not forward anything proxy_read_timeout 500; proxy_set_header Host $host; + proxy_set_header OpenERP-DB-Filter $burette_dbfilter; + # TODO: utiliser un certificat utilisateurice X.509 + # pour initialiser cette variable. proxy_set_header X-Forward-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; # NOTE: let the OpenERP web service know that we're using HTTPS,