Update README.md
Modifying some sections in the readme to be better inline with the rest of the file. Also added additional link in line 41, so users can more quickly click whilst reading through.pull/308/head
parent
dae1173318
commit
0d5524b8ab
20
README.md
20
README.md
|
@ -28,19 +28,19 @@
|
||||||
NGINX is so much more than just a webserver. You already knew that, probably.
|
NGINX is so much more than just a webserver. You already knew that, probably.
|
||||||
|
|
||||||
We love NGINX, because:
|
We love NGINX, because:
|
||||||
* low memory usage
|
* Low memory usage
|
||||||
* high concurrency
|
* High concurrency
|
||||||
* asynchronous event-driven architecture
|
* Asynchronous event-driven architecture
|
||||||
* load balancing
|
* Load balancing
|
||||||
* reverse proxying
|
* Reverse proxying
|
||||||
* FastCGI support with caching (PHP)
|
* FastCGI support with caching (PHP)
|
||||||
* amazing fast handling of static files
|
* Amazing fast handling of static files
|
||||||
* TLS/SSL with SNI
|
* TLS/SSL with SNI
|
||||||
|
|
||||||
A lot of features with corresponding configuration directives.
|
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
|
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, **generate the best config for your specific
|
how NGINX works, observe how your inputs are affecting the output, and **generate the best config for your specific
|
||||||
use-case** (and in parallel you can still use the docs).
|
use-case** (in parallel you can also still use the docs).
|
||||||
|
|
||||||
## ๐ Usage
|
## ๐ Usage
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ routing, reverse proxy, www/non-www redirect, CDN, PHP (TCP/socket, WordPress, D
|
||||||
|
|
||||||
## ๐จโ๐ป Author
|
## ๐จโ๐ป Author
|
||||||
|
|
||||||
### Rewrite & maintenance
|
### Rewrite & Maintenance
|
||||||
|
|
||||||
**Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)**
|
**Matt (IPv4) Cowley <me@mattcowley.co.uk> (https://mattcowley.co.uk)**
|
||||||
* GitHub: [@MattIPv4](https://github.com/MattIPv4)
|
* GitHub: [@MattIPv4](https://github.com/MattIPv4)
|
||||||
|
|
Loadingโฆ
Reference in New Issue