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 9f16da8 + 39bcecf commit 31ad2ccCopy full SHA for 31ad2cc
doc/proxy-clients.rst
@@ -28,6 +28,11 @@ is available as the second parameter::
28
29
$varnish = new Varnish($servers, 'my-cool-app.com');
30
31
+Again, if you access your web application on a port other than 80, make sure to
32
+include that port in the base URL::
33
+
34
+ $varnish = new Varnish($servers, 'my-cool-app.com:8080');
35
36
.. note::
37
38
To use the client, you need to :doc:`configure Varnish <varnish-configuration>` accordingly.
0 commit comments