Ajout : roundcube.
[lhc/ateliers.git] / etc / nginx / site.d / roundcube / local.conf
diff --git a/etc/nginx/site.d/roundcube/local.conf b/etc/nginx/site.d/roundcube/local.conf
new file mode 100644 (file)
index 0000000..a9380df
--- /dev/null
@@ -0,0 +1,5 @@
+listen 443;
+include /etc/nginx/conf.d/ssl.conf;
+ssl_certificate     /etc/nginx/x509.d/roundcube/crt.pem;
+ssl_certificate_key /etc/nginx/x509.d/roundcube/key.pem;
+ssl_session_timeout 5m;