Skip to content

Commit

Permalink
Adding fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Aug 15, 2015
1 parent bc5490e commit c0b9212
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion misc/make_php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ function install_php() {
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg \
--enable-opcache
--enable-opcache \
--enable-fpm \
--with-fpm-user=www-data \
--with-fpm-group=www-data
make
make install

Expand Down

0 comments on commit c0b9212

Please sign in to comment.