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;