Created
April 3, 2013 12:46
-
-
Save zero-master/5300891 to your computer and use it in GitHub Desktop.
Centmin Mod install created command short cuts outlined here to allow you to quickly edit your /usr/local/lib/php.ini file and your /usr/local/etc/php-fpm.conf file. Full list of command shortcuts below:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Centmin Mod install created command short cuts outlined here to allow you to quickly edit your /usr/local/lib/php.ini file and your /usr/local/etc/php-fpm.conf file. Full list of command shortcuts below: | |
Edit php.ini = phpedit ( /usr/local/lib/php.ini ) | |
Edit my.cnf = mycnf ( /etc/my.cnf ) | |
Edit php-fpm.conf = fpmconf ( /usr/local/etc/php-fpm.conf ) | |
Edit nginx.conf = nginxconf ( /usr/local/nginx/conf/nginx.conf ) | |
Edit (nginx) virtual.conf = vhostconf - only edits /usr/local/nginx/conf/conf.d/virtual.conf not the additional vhost domain.com.conf files added later | |
Edit (nginx) php.conf = phpinc ( /usr/local/nginx/conf/php.conf ) | |
Edit (nginx) drop.conf = dropinc ( /usr/local/nginx/conf/drop.conf ) | |
Edit (nginx) staticfiles.conf = statfilesinc ( /usr/local/nginx/conf/staticfiles.conf ) | |
nginx stop/start/restart = ngxstop/ngxstart/ngxrestart | |
php-fpm stop/start/restart = fpmstop/fpmstart/fpmrestart | |
mysql stop/start/restart = mysqlstop/mysqlstart/mysqlrestart | |
nginx + php-fpm stop/start/restart = npstop/npstart/nprestart | |
memcached stop/start/restart = memcachedstop/memcachedstart/memcachedrestart | |
csf stop/start/restart = csfstop/csfstart/csfrestart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment