File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Resources/doc/reference/configuration Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ private function addProxyClientSection(ArrayNodeDefinition $rootNode)
274
274
->isRequired ()
275
275
->requiresAtLeastOneElement ()
276
276
->prototype ('scalar ' )->end ()
277
- ->info ('Addresses of the hosts varnish is running on. May be hostname or ip, and with :port if not the default port 6081 . ' )
277
+ ->info ('Addresses of the hosts Varnish is running on. May be hostname or ip, and with :port if not the default port 80 . ' )
278
278
->end ()
279
279
->scalarNode ('base_url ' )
280
280
->defaultNull ()
@@ -296,7 +296,7 @@ private function addProxyClientSection(ArrayNodeDefinition $rootNode)
296
296
->isRequired ()
297
297
->requiresAtLeastOneElement ()
298
298
->prototype ('scalar ' )->end ()
299
- ->info ('Addresses of the hosts varnish is running on. May be hostname or ip, and with :port if not the default port 6081 . ' )
299
+ ->info ('Addresses of the hosts Nginx is running on. May be hostname or ip, and with :port if not the default port 80 . ' )
300
300
->end ()
301
301
->scalarNode ('base_url ' )
302
302
->defaultNull ()
@@ -308,7 +308,7 @@ private function addProxyClientSection(ArrayNodeDefinition $rootNode)
308
308
->end ()
309
309
->scalarNode ('purge_location ' )
310
310
->defaultValue ('' )
311
- ->info ('Path to trigger the purge on nginx for different location purge. ' )
311
+ ->info ('Path to trigger the purge on Nginx for different location purge. ' )
312
312
->end ()
313
313
->end ()
314
314
->end ()
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ servers
26
26
27
27
Comma-separated list of IP addresses or host names of your
28
28
caching proxy servers. The port those servers will be contacted
29
- defaults to 6081, you can specify a different port with ``:<port> ``.
29
+ defaults to 80; you can specify a different port with ``:<port> ``.
30
30
31
31
base_url
32
32
""""""""
You can’t perform that action at this time.
0 commit comments