# nginx-tutorials **Repository Path**: ashjo/nginx-tutorials ## Basic Information - **Project Name**: nginx-tutorials - **Description**: Nginx Tutorials - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-07 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository holds the source scripts for my Nginx tutorial series published here: http://openresty.org/download/agentzh-nginx-tutorials-en.html Versions in other languages are expected to be maintained by the community. Pre-generated e-books can be downloaded directly from here: http://openresty.org/#eBooks How to generate HTML and other ebook format files on your side: 1. install perl 5.8.1+ into your system (usually it is already installed on \*NIX systems. 2. install the Perl CPAN module List::MoreUtils with the command: sudo cpan List::MoreUtils 3. Install Calibre from here: http://calibre-ebook.com/ 4. Build the ebook files \*.mobi and \*.epub make Note that Gnu make is also required. On most \*BSD systems, it's usually required to run "gmake" instead of "make" here.