We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7c70e6 + 164db85 commit ffb40b9Copy full SHA for ffb40b9
book/http_cache.rst
@@ -917,7 +917,7 @@ Here is how you can configure the Symfony reverse proxy to support the
917
if ($this->getStore()->purge($request->getUri())) {
918
$response->setStatusCode(200, 'Purged');
919
} else {
920
- $response->setStatusCode(200, 'Not found');
+ $response->setStatusCode(404, 'Not found');
921
}
922
923
return $response;
0 commit comments