User Tools

Site Tools


install_nginx_centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
install_nginx_centos [2015/04/04 16:39] – created luke7858install_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
 +</sxh>
 +
 +Turn nginx and php-fpm to start on boot:
 +<sxh bash>
 +chkconfig nginx on
 +</sxh>
 +<sxh bash>
 +chkconfig php-fpm on
 </sxh> </sxh>
install_nginx_centos.1428165545.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki