From 8db1b2a5075191a0d1408576b7399fe17f17c2eb Mon Sep 17 00:00:00 2001 From: modem7 Date: Fri, 8 Oct 2021 17:34:03 +0100 Subject: [PATCH] README copy editing (#308) --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0eee5b4..a1a5433 100644 --- a/README.md +++ b/README.md @@ -28,19 +28,19 @@ NGINX is so much more than just a webserver. You already knew that, probably. We love NGINX, because: -* low memory usage -* high concurrency -* asynchronous event-driven architecture -* load balancing -* reverse proxying +* Low memory usage +* High concurrency +* Asynchronous event-driven architecture +* Load balancing +* Reverse proxying * FastCGI support with caching (PHP) -* amazing fast handling of static files +* Amazing fast handling of static files * TLS/SSL with SNI A lot of features with corresponding configuration directives. -You can deep dive into the [NGINX documentation](http://nginx.org/en/docs/) right now OR you can use this tool to check -how NGINX works, observe how your inputs are affecting the output, **generate the best config for your specific -use-case** (and in parallel you can still use the docs). +You can deep dive into the [NGINX documentation](http://nginx.org/en/docs/) right now OR you can [use this tool](https://do.co/nginxconfig) to check +how NGINX works, observe how your inputs are affecting the output, and **generate the best config for your specific +use-case** (in parallel you can also still use the docs). ## 🚀 Usage @@ -53,7 +53,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D ## 👨‍💻 Author -### Rewrite & maintenance +### Rewrite & Maintenance **Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)** * GitHub: [@MattIPv4](https://github.com/MattIPv4)