August 2017
Intermediate to advanced
278 pages
8h 53m
English
The ngx_pagespeed module requires you to compile the module and NGINX from source, which can be achieved in two ways. The first is to use the automated script provided by Google:
bash <(curl -f -L -sS https://ngxpagespeed.com/install) \
--nginx-version latest
This script will install any required dependencies, then download the latest mainline NGINX edition, and then add the ngx_pagespeed module. This script isn't completely headless and may ask you to confirm some basic parameters such as additional modules to compile (if required). If you intend to use this on a production server, you will need to adjust ...
Read now
Unlock full access