lemp arch linux
sudo pacman -S nginx mysql php php-fpm php-mysql
sudo nano /etc/nginx/nginx.conf
http {
...
types_hash_max_size 2048;
types_hash_bucket_size 64;
...
}
sudo nginx -t
sudo systemctl start nginx.service
sudo systemctl restart nginx.service
sudo systemctl status nginx.service
/etc/php/php.ini
sudo systemctl restart php-fpm.service