From bcf2c145b425fe2763c756c7cabed49ab5cdaf5f Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Mon, 30 May 2022 11:17:40 +0100 Subject: [PATCH] Add todo WWW redirect section to web-optisation guide --- blog/nginx-web-optimisation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/nginx-web-optimisation.html b/blog/nginx-web-optimisation.html index 0d074a0..a157d5b 100644 --- a/blog/nginx-web-optimisation.html +++ b/blog/nginx-web-optimisation.html @@ -102,6 +102,8 @@ gzip_types

TODO: Limit requests

To prevent potential DOS attacks, and web scrapers the amount of requests/connections per IP can be reduced

+

TODO: Redirect www/non-www to each other

+

People still type www. before a domain, even if it's not required. Cringe