Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kengoldfarb
kengoldfarb / install_nginx_pagespeed_php.sh
Last active January 8, 2019 20:17
Nginx 1.6.0 - Pagespeed - PHP-FPM 5.5.x Installation
#!/bin/bash
## Author: Ken Goldfarb <hello@kengoldfarb.com>
## https://github.com/kengoldfarb
##
## This script will install Nginx+Pagespeed with PHP-FPM 5.5.x
## It's testsed working on a stock AWS Ubuntu 14.04 image
##
## BONUS: Oh-my-zsh installation included!