Open tannakartikey opened 6 months ago
I've noticed that if you are using page caching and call expire_page
to remove a file from the page cache, the user gets a plain text 404 message when accessing that page. I assume this is being served from Thruster? If I kamal app stop
and kamal app start
, the page can be accessed again, and recreates the cache page.
Thanks for building Thruster first of all.
Since Thruster is created as no config reverse proxy, should it support page caching? The Rails apps that use page caching can be saved from a lot of moving parts.