Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewriting media upload requests (#63)
I had a situation where I wanted playgrounds to mirror a heavy production website with media upload attachments. We have a similar pattern in-house for local dev environments where we reverse proxying image requests to the prod domain. The following is a basic example of how I've dealt with the problem by intercepting and redirecting requests for `/wp-content/uploads*` requests. --------- Co-authored-by: Adam Zieliński <adam@adamziel.com>
- Loading branch information