ansible-nginx icon indicating copy to clipboard operation
ansible-nginx copied to clipboard

Nginx Pagespeed Support

Open modernminds opened this issue 10 years ago • 1 comments

Hey! I was wondering if it would be a good idea to compile the Nginx Pagespeed version by default: https://github.com/pagespeed/ngx_pagespeed

Is there any drawbacks or would it be a good idea to get more optimized server results for most setups?

modernminds avatar Oct 01 '15 15:10 modernminds

Hello! I don't see a reason not to do it, but debops.nginx isn't a good fit for building the nginx from scratch - why would you want to do it on a webserver anyway?

Instead, you should build your own .deb package with nginx and modules you want to use, and put it in your local APT repository, that could be managed by debops.reprepro. After that, all your webservers can use the new package easily through APT.

drybjed avatar Oct 01 '15 16:10 drybjed