add new includes

merge-requests/1/merge
Matthew 2019-10-29 20:17:55 -04:00
parent 506e080394
commit 764337852f
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ ssl_session_cache builtin:1000 shared:SSL:10m;
include /etc/nginx/error/502;
include /etc/nginx/error/504;
include /etc/nginx/error/500;
include /etc/nginx/error/404;
include /etc/nginx/error/429;
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;