From 171f9af0c060984733ccc6b8d6ea3d638ec72249 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:51:26 -0400 Subject: [PATCH] docs: Now that requests is used consistently, add proxy docs, closes #67 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 1be4857..f46b908 100644 --- a/README.rst +++ b/README.rst @@ -191,6 +191,9 @@ Troubleshooting different user which may not have write access to certain directories. If you can, avoid writing to disk and always use `tempfile `__ for temporary files. +- If you use a proxy, use the ``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY`` and/or ``ALL_PROXY`` environment variables, + as documented by the `requests `__ package. + scrapyd-client --------------