# How can I share the app (wp-content) directory between different sites?

**URL:** https://discourse.roots.io/t/how-can-i-share-the-app-wp-content-directory-between-different-sites/10711
**Category:** trellis
**Created:** 2017-10-22T09:35:47Z
**Posts:** 4
**Showing post:** 2 of 4

## Post 2 by @swalkinshaw — 2017-10-23T23:05:51Z

Trellis is using Vagrant’s `synced_folder`with NFS sharing. But we also use [bindfs](https://github.com/gael-ian/vagrant-bindfs) to solve some permission issues.

You can read more on that link, but it roughly does this automatically:

- mount your share over NFS into a temporary location in the guest
- re-mount the share to the actual destination with vagrant-bindfs, setting the correct permissions

---

_[View the full topic](https://discourse.roots.io/t/how-can-i-share-the-app-wp-content-directory-between-different-sites/10711)._
