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