How do you set php7 for Nginx, Magento 2?
-
I have a request for php7 Apache installation.
sudo apt-get install -y php7.0 libapache2-mod-php7.0 php7.0-common php7.0-gd php7.0-mysql php7.0-mcrypt php7.0-curl php7.0-intl php7.0-xsl php7.0-mbstring php7.0-zip php7.0-bcmath php7.0-iconv
How am I supposed to change the team so the php7 and the modules work on Nginx? Do I understand correctly that some modules will not be necessary and have to do with mod_php/mod_python?
-
libapache2-mod-php7.0
- You don't need this module. In addition to the listed, you also need to bet.php7.0-fpm
♪