forked from openresty/nginx-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-Foreword02.tut
32 lines (27 loc) · 1010 Bytes
/
00-Foreword02.tut
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= Writing Plan for the Tutorials =
Here lists the tutorial series that have already been published or to
be published.
* Getting Started with Nginx
* How Nginx Matches URIs
* L<Nginx Variables>
* L<Nginx Directive Execution Order>
* Nginx's if is Evil
* Nginx Subrequests
* Nginx Static File Services
* Nginx Log Services
* Application Gateways based on Nginx
* Reverse-Proxies based on Nginx
* Nginx and Memcached
* Nginx and Redis
* Nginx and MySQL
* Nginx and PostgreSQL
* Application caching Based on Nginx
* Security and Access Control in Nginx
* Web Services Based on Nginx
* AJAX Applications Driven by Nginx
* Performance Testing for Nginx and its Applications
* Strength of the Nginx Community
The series names can roughly correspond to the chapter names in my final
Nginx book, but they are unlikely to stay exactly the same. The actual series
names may change and the relative order of the series may change as well.
The list above will be constantly updated to always reflect the latest plan.