Conversation
Notices
-
@pwm Did you too force pleromer to return pure objects no matter what instead of redirecting to frontend?
-
@mint yes, sorry fren. In order to avoid trips across the VPN link from the edge node to the back end on my home server, I set up caching on objects, with a header rewrite that forces them to always be JSON. The connection has been suffering from a decent amount of packet loss lately, so I was just trying to avoid some of the long trip times.
-
@pwm Nah, not really. The setup is exactly what I was thinking about for a while (although there's currently no need for it), so it's cool to see someone arriving at the same conclusion. @p does similar stuff with his proprietary object fetching proxy.
-
@mint did I break something on your end with this change?