Skip to content

Latest commit

 

History

History

arch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Usage

PHP

  • Start: systemctl start php-fpm.service
  • Stop: systemctl stop php-fpm.service
  • Restart: systemctl restart php-fpm.service
  • Reload: systemctl reload php-fpm.service
  • Config: /etc/php/7.4

Nginx

  • Start: systemctl start nginx
  • Stop: systemctl stop nginx
  • Restart: systemctl restart nginx
  • Reload: systemctl reload nginx
  • Test config: nginx -t
  • Config: /etc/nginx

MySQL

  • ...

Redis

  • ...

Memcached

  • ...