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 0d71b6c + 0474b57 commit 351f796Copy full SHA for 351f796
book/http_cache.rst
@@ -920,7 +920,7 @@ Here is how you can configure the Symfony reverse proxy to support the
920
if ($this->getStore()->purge($request->getUri())) {
921
$response->setStatusCode(200, 'Purged');
922
} else {
923
- $response->setStatusCode(200, 'Not found');
+ $response->setStatusCode(404, 'Not found');
924
}
925
926
return $response;
0 commit comments