Skip to content

Instantly share code, notes, and snippets.

pecl install zendopcache-beta
@jennimckinnon
jennimckinnon / Restart PHP Nginx
Created September 30, 2019 23:23
For an article.
service nginx restart
ssh root@208.67.222.222 -p 2222
ssh username@IP address -p ####
ssh root@208.67.222.222
ssh usernam@IP address
chmod 600 wp-config.php
find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;
find /path/to/your/wordpress/install/ -type d -exec chmod 755 {} \;