Correction : Burette de la Cyclo de Paris Est.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-burette / http.conf
1 server {
2 listen 80;
3 server_name
4 burette.cyclocoop.org
5 burette.cyclocoop.heureux-cyclage.org;
6
7 return 301 https://$host$request_uri;
8 }
9 upstream openerp_cyclo_paris_est {
10 server 127.0.0.1:8069
11 fail_timeout=300s
12 weight=1;
13 }