add new includes
parent
506e080394
commit
764337852f
|
@ -10,6 +10,8 @@ ssl_session_cache builtin:1000 shared:SSL:10m;
|
||||||
include /etc/nginx/error/502;
|
include /etc/nginx/error/502;
|
||||||
include /etc/nginx/error/504;
|
include /etc/nginx/error/504;
|
||||||
include /etc/nginx/error/500;
|
include /etc/nginx/error/500;
|
||||||
|
include /etc/nginx/error/404;
|
||||||
|
include /etc/nginx/error/429;
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
|
||||||
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
|
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
|
||||||
|
|
Loading…
Reference in New Issue