service nginx restart
wget http://127.0.0.1
--2013-02-20 17:07:26-- http://127.0.0.1/Connecting to 127.0.0.1:80... connected.HTTP request sent, awaiting response... 200 OKLength: 151 [text/html]Saving to: 'index.html'100%[==========================================================================================>] 151 --.-K/s in 0s2013-02-20 17:07:26 (37.9 MB/s) - 'index.html' saved [151/151]
vim /etc/php5/fpm/php-fpm.conf
[global]error_log = /var/log/php-fpm.log[www]user = nobodygroup = nobodylisten = 127.0.0.1:9000pm = dynamicpm.max_children = 5pm.start_servers = 2pm.min_spare_servers = 1pm.max_spare_servers = 3
/etc/init.d/mysql start; /etc/init.d/php-fpm start; /etc/init.d/nginx start

vim /usr/share/nginx/html/index.php
<?phpecho "<title>Test Page</title>";echo "hello world";?>
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback