Install WordPress with wordops

Install WordPress

This will install WordPress with nginx fastcgi_cache, php 7.4, and Let’s encrypt. Replace site.com with your website URL.

wo site create --wpfc --php74 -le --force site.com 

Reinstall let’s encrypt security certificate

If the let’s encrypt SSL certificate fails you can attempt to reinstall the security certificate with

wo site update -le --force site.com 

Logs

Logs are available, wo log show --debug

Clear Cache

Clear the cache via WordPress, “Purge Cache” or cli, wo clean
Cleanes NGINX FastCGI cache, Opcache, Redis Cache and restart Nginx. You can also manually delete the nginx cache rm -rf /var/run/nginx-cache/*


Posted

in

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *