Skip to content

Instantly share code, notes, and snippets.

View mrPsycho's full-sized avatar

Yaroslav Nakonechnikov mrPsycho

  • @e-legion
View GitHub Profile
@mrPsycho
mrPsycho / php-fpm.sh
Last active November 28, 2017 22:56 — forked from kain-jy/gist:4138784
[phpenv][php-build] php-fpm's init file
#! /bin/sh
#
# run as current user
# > mkdir ~/.phpenv/init
# > vim 5.3.19
#
# before, you should edit php-fpm.conf
# and comment out [www] user and group.
PHP_BASE=$HOME/.phpenv/versions/`cat ~/.php-version`