Ajout : burettes.heureux-cyclage.org .
[lhc/ateliers.git] / etc / nginx / site.d / burette / http.conf
diff --git a/etc/nginx/site.d/burette/http.conf b/etc/nginx/site.d/burette/http.conf
new file mode 100644 (file)
index 0000000..a98f0b1
--- /dev/null
@@ -0,0 +1,19 @@
+server {
+       listen 80;
+       server_name
+        burettes.heureux-cyclage.org
+        burette.atelierdynamo.fr
+        burette.cyclocoop.heureux-cyclage.org
+        burette.cyclocoop.org
+        burette.dynamo.heureux-cyclage.org
+        burette.ptitvelo.heureux-cyclage.org
+        burette.ptitvelo.net
+        burette.velosenville.org;
+       
+       return 301 https://$host$request_uri;
+ }
+upstream openerp7_burette {
+       server 127.0.0.1:8069
+        fail_timeout=300s
+        weight=1;
+ }