New Home

  • How to take a site live

    When you’re ready to deploy a site on your production domain, there are several steps you must take. Change site address If you’re running a cluster, the WordPress Site Address (URL ) addon will allow you to easily make global changes to the URL of your site. Simply click the “Site URL” button and input the new site…

  • How should Redis object caching be configured?

    For single node/standalone: In LiteSpeed Object Cache settings, establish your Redis connection with: Object Cache: ONMethod: RedisHost: /var/run/redis/redis.sockPort: 0 For cluster environments: In LiteSpeed Object Cache settings, establish your Redis connection with: Object Cache: ONMethod: RedisHost: Copy the IP address from the Redis node: Port: Enter 6379 Password: Retrieve password by going to Config on…

  • Deploying sites via multitenancy

    This is a temporary support article for those interested in experimenting with multitenancy. One-click kit installations will be in development soon to simplify this process. Gist with scripts and config modifications