15 ms·
One nice thing would be hosting wordpress on multiple EC2 servers. All local copies of your wordpress directory would be kept in sync automatically with no othe
by SlalomStallone 11y ago
One nice thing would be hosting wordpress on multiple EC2 servers. All local copies of your wordpress directory would be kept in sync automatically with no other configuration.
- ceejayoz 11y agoYeah, I have a WP Multisite cluster that's a real pain to manage for this reason. Probably will be my first use of EFS.
- SlalomStallone 11y agoHow do you manage it now? Plugin? S3?
- ceejayoz 11y agoOur uploads folder is an s3fs mountpoint with a custom plugin to rewrite URLs to a CloudFront distribution in front of it. The rest gets updated on a dev server then deployed to the auto-scaling group via an AMI.