Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 614 Bytes

Nginx + Pagespeed

An nginx container mimicking the official nginx box, but instead using a rebuilt version of the .deb with the PageSpeed module compiled in.

Versions

  • Nginx: 1.11.6-1~jessie
  • NPS: 1.11.33.4

Building the .deb package

If you want to rebuild the package files:

% docker-compose -f docker-build.yml build
% docker-compose -f docker-build.yml run build

Then, the new packages should be in /packages folder.

docker-nginx