X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Froundcube%2Flocal.conf;fp=etc%2Fnginx%2Fsite.d%2Froundcube%2Flocal.conf;h=a9380dfd7b9673487755ddb6b74a8d21abc2682d;hp=0000000000000000000000000000000000000000;hb=b75d4503ef9c919231c0c02daf5a1ed1e57c73af;hpb=4c57b350e0265cfadb9bbf95cd55ae491ee66820 diff --git a/etc/nginx/site.d/roundcube/local.conf b/etc/nginx/site.d/roundcube/local.conf new file mode 100644 index 0000000..a9380df --- /dev/null +++ b/etc/nginx/site.d/roundcube/local.conf @@ -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;