install fpm instead of cgi
This commit is contained in:
parent
36654bb5b4
commit
b92033cafe
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
source setup/functions.sh # load our functions
|
||||
source /etc/mailinabox.conf # load global vars
|
||||
|
||||
apt_install nginx php5-cgi
|
||||
apt_install nginx php5-fpm
|
||||
|
||||
rm -f /etc/nginx/sites-enabled/default
|
||||
|
||||
|
|
Loading…
Reference in a new issue