Replies: 0
I’m using glusterfs to do file replication on /uploads and /blogs.dir
I need to be able to change the file upload path of the sub sites.
I know I need to make the wp-config change for /uploads to something like
•define(‘UPLOADS’, ‘wp-content/gluster/uploads’);
However, is there a way to change where the sub sites are being uploaded to from /blogs.dir to /wp-content/gluster/blogs