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