Skip to content

alsaifgallery-com/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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