Correction : Burette de la Cyclo de Paris Est.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-burette / http.conf
diff --git a/etc/nginx/site.d/cyclo-burette/http.conf b/etc/nginx/site.d/cyclo-burette/http.conf
new file mode 100644 (file)
index 0000000..f437d6f
--- /dev/null
@@ -0,0 +1,13 @@
+server {
+       listen 80;
+       server_name
+        burette.cyclocoop.org
+        burette.cyclocoop.heureux-cyclage.org;
+       
+       return 301 https://$host$request_uri;
+ }
+upstream openerp_cyclo_paris_est {
+       server 127.0.0.1:8069
+        fail_timeout=300s
+        weight=1;
+ }