You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .platform.app.yaml
web:
locations:
"/wp/wp-content/uploads"
Doesn't have expires, making it default to -1.
In a setting with varnish (in our case Fastly) in front of WordPress this leads to much needless trafic to the backend server
The text was updated successfully, but these errors were encountered:
@cborup we haven't historically added caching to the uploads directory, leaving that to the end user/developer to add if/when they choose to implement caching. HOWEVER, I think we should, and then add a note that it's enabled in our docs.
Please see the most recent PR here, and let us know if this will address your concern/request.
In .platform.app.yaml
web:
locations:
"/wp/wp-content/uploads"
Doesn't have expires, making it default to -1.
In a setting with varnish (in our case Fastly) in front of WordPress this leads to much needless trafic to the backend server
The text was updated successfully, but these errors were encountered: