Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 429 Bytes

readme.md

File metadata and controls

17 lines (15 loc) · 429 Bytes

The server's settings for alsaifgallery.com (Magento 2).
The server's is running Ubuntu 20.04.2 LTS on AWS.

Useful commands:

Restart a service

service cron restart
service nginx restart
service php7.2-fpm restart

A service's status

service cron status
service nginx status
service php7.2-fpm status