X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=srv%2Fateliers%2Fetc%2Fnginx%2Forg%2Fheureux-cyclage%2Fburettes%2Fserver.conf.m4;h=4202a5f70c8f8f0a643e5af0722e972ec5333265;hb=164c3ad2c9621f1856fa0b09ee9696d6535b793a;hp=14975224db3e14e01f8c6759d0bd17bbb1cb38d6;hpb=7b5645fed48a564a8bfed437442f51a4af763de5;p=lhc%2Fadmin.git diff --git a/srv/ateliers/etc/nginx/org/heureux-cyclage/burettes/server.conf.m4 b/srv/ateliers/etc/nginx/org/heureux-cyclage/burettes/server.conf.m4 index 1497522..4202a5f 100644 --- a/srv/ateliers/etc/nginx/org/heureux-cyclage/burettes/server.conf.m4 +++ b/srv/ateliers/etc/nginx/org/heureux-cyclage/burettes/server.conf.m4 @@ -2,8 +2,11 @@ define(`DOMAIN',`org/heureux-cyclage')dnl define(`SITE',`DOMAIN/burettes')dnl server { listen 80; + include /etc/nginx/conf.d/letsencrypt.conf; include /etc/nginx/org/heureux-cyclage/burettes/name.conf; - return 301 https://$host$request_uri; + location / { + return 301 https://$host$request_uri; + } } server { listen 443; @@ -30,6 +33,10 @@ map $http_host $burette_dbfilter { burette.bretzselle.heureux-cyclage.org "bretzselle$"; burette.bretzselle.org "bretzselle$"; burette.changedechaine.heureux-cyclage.org "changedechaine$"; + burette.convibicy.heureux-cyclage.org "convibicy$"; + burette.convibicy.fr "convibicy$"; + burette.cyclamaine.fr "cyclamaine$"; + burette.cyclamaine.heureux-cyclage.org "cyclamaine$"; burette.cyclesetmanivelles.heureux-cyclage.org "cyclesetmanivelles$"; burette.cyclocoop.heureux-cyclage.org "cyclo_.*$"; burette.cyclocoop.org "cyclo_.*$"; @@ -50,7 +57,9 @@ map $http_host $burette_dbfilter { burette.mig.heureux-cyclage.org "heureuxcyclage$"; burette.mobilidees.heureux-cyclage.org "mobilidees$"; burette.mobilidees.org "mobilidees$"; + burette.ocivelo.heureux-cyclage.org "ocivelo$"; burette.ohcyclo.heureux-cyclage.org "ohcyclo$"; + burette.placeauvelo.heureux-cyclage.org "placeauvelo$"; burette.ptitvelo.heureux-cyclage.org "ptitvelo$"; burette.ptitvelo.net "ptitvelo$"; burette.recupr.heureux-cyclage.org "recupr$"; @@ -59,6 +68,8 @@ map $http_host $burette_dbfilter { burette.repeyre.heureux-cyclage.org "repeyre$"; burette.rouepet.heureux-cyclage.org "rouepet$"; burette.rouepet.org "rouepet$"; + burette.tousdeuxroues.heureux-cyclage.org "tousdeuxroues$"; + burette.unguidondanslatete.fr "tousdeuxroues$"; burette.txirrindola.heureux-cyclage.org "txirrindola$"; burette.txirrindola.org "txirrindola$"; burette.velocampus.net "velocampus_nantes$";