install_nginx_centos
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| install_nginx_centos [2015/04/04 16:39] – created luke7858 | install_nginx_centos [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| <sxh bash> | <sxh bash> | ||
| yum install -y nginx php-fpm | yum install -y nginx php-fpm | ||
| + | </ | ||
| + | |||
| + | Turn nginx and php-fpm to start on boot: | ||
| + | <sxh bash> | ||
| + | chkconfig nginx on | ||
| + | </ | ||
| + | <sxh bash> | ||
| + | chkconfig php-fpm on | ||
| </ | </ | ||
install_nginx_centos.1428165545.txt.gz · Last modified: 2024/05/23 07:26 (external edit)
