Skip to content

Commit b9a2624

Browse files
committed
Fix setPurgeLocation docs
1 parent c22c7c1 commit b9a2624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/proxy-clients.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ call `setPurgeLocation()`::
117117
use FOS\HttpCache\ProxyClient\Nginx;
118118

119119
$nginx = new Nginx($servers, $baseUri);
120-
$nginx->setPurgeLocation(
120+
$nginx->setPurgeLocation('/purge');
121121

122122

123123
.. note::

0 commit comments

Comments
 (0)