Ajout : roundcube.
[lhc/ateliers.git] / etc / nginx / site.d / sympa / http.conf
diff --git a/etc/nginx/site.d/sympa/http.conf b/etc/nginx/site.d/sympa/http.conf
new file mode 100644 (file)
index 0000000..17cee03
--- /dev/null
@@ -0,0 +1,9 @@
+server {
+       listen 80;
+       server_name
+        sympa.heureux-cyclage.org
+        sympa.cyclocoop.heureux-cyclage.org
+        sympa.cyclocoop.org;
+       
+       return 301 https://$host$request_uri;
+ }