Correction : vm_{hosted,remote} : chemins et noms .
[lhc/ateliers.git] / etc / nginx / conf.d / ssl.conf
diff --git a/etc/nginx/conf.d/ssl.conf b/etc/nginx/conf.d/ssl.conf
new file mode 100644 (file)
index 0000000..68c3dd8
--- /dev/null
@@ -0,0 +1,7 @@
+# DOC: http://wiki.nginx.org/HttpSslModule
+keepalive_timeout 70;
+ssl on;
+ssl_ciphers HIGH:!ADH:!MD5;
+ssl_prefer_server_ciphers on;
+ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
+ssl_session_cache shared:SSL:10m;