From 764337852fe95b6864ef2eb10e1231b9eaad5d5f Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 29 Oct 2019 20:17:55 -0400 Subject: [PATCH] add new includes --- src/static/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/static/nginx.conf b/src/static/nginx.conf index 3194141..8e85df4 100644 --- a/src/static/nginx.conf +++ b/src/static/nginx.conf @@ -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;