X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-burette%2Fhttp.conf;fp=etc%2Fnginx%2Fsite.d%2Flhc-burette%2Fhttp.conf;h=cdf51b32564a43793fd4448410929c49f872ba76;hb=cc9cc7a16850c8eaffd83cff7200d5516164b9f7;hp=0000000000000000000000000000000000000000;hpb=1bad4d66b1586a47f4148ab27cecbc4fa71d89c0;p=lhc%2Fateliers.git diff --git a/etc/nginx/site.d/lhc-burette/http.conf b/etc/nginx/site.d/lhc-burette/http.conf new file mode 100644 index 0000000..cdf51b3 --- /dev/null +++ b/etc/nginx/site.d/lhc-burette/http.conf @@ -0,0 +1,12 @@ +server { + listen 80; + server_name + burette.heureux-cyclage.org: + + return 301 https://$host$request_uri; + } +upstream openerp_web_lhc { + server 127.0.0.1:8080 + fail_timeout=300s + weight=1; + }