summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormklepp <me@mklepp.com>2015-12-09 17:04:25 +0100
committermklepp <me@mklepp.com>2015-12-09 17:04:25 +0100
commitaa507095a4ae730f002f5cb413ad8b8729f3dfc9 (patch)
treeae98f95dcdb2ef37ccd86fbd8fedd4d77c6b3779 /doc
parent7f1b0cbd1f85149d7dce4caec33cbe0579cb64e3 (diff)
downloadchat-aa507095a4ae730f002f5cb413ad8b8729f3dfc9.tar.gz
chat-aa507095a4ae730f002f5cb413ad8b8729f3dfc9.tar.bz2
chat-aa507095a4ae730f002f5cb413ad8b8729f3dfc9.zip
Update nginx ssl-conf
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Production-Debian.md3
-rw-r--r--doc/install/Production-Ubuntu.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/install/Production-Debian.md b/doc/install/Production-Debian.md
index e97f3188b..13ff051a3 100644
--- a/doc/install/Production-Debian.md
+++ b/doc/install/Production-Debian.md
@@ -269,7 +269,8 @@ exit 0
ssl_protocols SSLv3 TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "HIGH:!aNULL:!MD5 or HIGH:!aNULL:!MD5:!3DES";
ssl_prefer_server_ciphers on;
-
+ ssl_session_cache shared:SSL:10m;
+
# add to location / above
location / {
gzip off;
diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md
index d6b98981c..1022f30cf 100644
--- a/doc/install/Production-Ubuntu.md
+++ b/doc/install/Production-Ubuntu.md
@@ -164,7 +164,8 @@ exec bin/platform
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers 'EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH';
ssl_prefer_server_ciphers on;
-
+ ssl_session_cache shared:SSL:10m;
+
# add to location / above
location / {
gzip off;