Skip to content

Commit 0590926

Browse files
Update cipher-suites.mdx
1 parent b50b5a0 commit 0590926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/ssl/origin-configuration/cipher-suites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ However, if you want to ensure that your origin server supports the same cipher
4747
```txt
4848
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
4949
ssl_ecdh_curve X25519:P-256:P-384;
50-
ssl_ciphers '[ECDHE-ECDSA-AES128-GCM-SHA256|ECDHE-ECDSA-CHACHA20-POLY1305|ECDHE-RSA-AES128-GCM-SHA256|ECDHE-RSA-CHACHA20-POLY1305]:ECDHE+AES128:RSA+AES128:ECDHE+AES256:RSA+AES256:ECDHE+3DES:RSA+3DES';
50+
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE+AES128:RSA+AES128:ECDHE+AES256:RSA+AES256:ECDHE+3DES:RSA+3DES;
5151
ssl_prefer_server_ciphers on;
5252
```
5353

0 commit comments

Comments
 (0)