mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Update nginx ssl-conf
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user