Last active
September 4, 2018 07:00
-
-
Save mrnonz/72ba0fdc8d1c083e503ad61a4b323f81 to your computer and use it in GitHub Desktop.
Revisions
-
mrnonz revised this gist
Sep 4, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ bash <(curl -f -L -sS -k https://ngxpagespeed.com/install) \ --nginx-version "{version}" \ --dynamic \ -a '--with-http_ssl_module --with-http_realip_module -
mrnonz revised this gist
Sep 4, 2018 . No changes.There are no files selected for viewing
-
mrnonz created this gist
Sep 4, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ bash <(curl -f -L -sS -k https://ngxpagespeed.com/install) \ --nginx-version "1.14.0" \ --dynamic \ -a '--with-http_ssl_module --with-http_realip_module --with-http_dav_module --with-http_gzip_static_module --with-http_gunzip_module --with-threads --with-cc-opt="-DNGX_HTTP_HEADERS"'