Skip to content

Commit 0b27934

Browse files
committed
Add hint how to sync 'proxyexclude' with NO_PROXY
Signed-off-by: Mohammed Abdellatif <[email protected]>
1 parent bf92ad1 commit 0b27934

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/config.sample.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,10 @@
534534

535535
/**
536536
* List of host names that should not be proxied to.
537-
* For example ``['.mit.edu', 'foo.com']``.
537+
* For example: ``['.mit.edu', 'foo.com']``.
538+
*
539+
* Hint: Use something like ``explode(',', getenv('NO_PROXY'))`` to sync this
540+
* value with the global NO_PROXY option.
538541
*
539542
* Defaults to empty array.
540543
*/

0 commit comments

Comments
 (0)