Skip to content

Instantly share code, notes, and snippets.

View shinigamicorei7's full-sized avatar

Bryan Velastegui shinigamicorei7

View GitHub Profile
@phcostabh
phcostabh / php-fpm
Last active December 17, 2015 19:09 — forked from kain-jy/gist:4138784
PHP-FPM as service with PHPBrew
#! /bin/sh
#
# run as current user
#
# before, you should edit php-fpm.conf
# and comment out [www] user and group.
PHP_BASE=$HOME/.phpbrew/php/$PHPBREW_PHP
PHP_FPM_BIN=$PHP_BASE/sbin/php-fpm