Skip to content

Conversation

@ictbeheer
Copy link
Contributor

@ictbeheer ictbeheer commented Oct 24, 2025

This pull request introduces a new mechanism for handling asset uploads in a multisite WordPress setup. The main changes enable the application to redirect requests for missing files in the app/uploads directory to a remote asset server, improving asset availability and simplifying development workflows.

Remote asset handling:

  • Added the LANDO_REMOTE_ASSETS_URL environment variable to .lando.brave.yml to specify the remote asset server for use in local development.

Nginx configuration updates:

  • Updated provision/nginx/multisite-subdomain-subdirectory.conf to add a new location block for /app/uploads/. If a requested file does not exist locally, requests are redirected to the remote asset server using the value of LANDO_REMOTE_ASSETS_URL.

@ictbeheer ictbeheer marked this pull request as ready for review November 13, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants