Answers for "install php for nginx on centos"

0

nginx install centos7

sudo yum install epel-release
$ vi /etc/yum.repos.d/nginx.repo
[nginx]
name=nginx repo
baseurl=https://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1

sudo yum install nginx

sudo systemctl enable nginx
sudo systemctl start nginx
Posted by: Guest on August-19-2021
1

install php linux nginx command line

sudo apt update && sudo apt install php-fpm
Posted by: Guest on November-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language