diff --git a/docs/getting_access/native_installation.md b/docs/getting_access/native_installation.md index 192edef7c..c46009a3d 100644 --- a/docs/getting_access/native_installation.md +++ b/docs/getting_access/native_installation.md @@ -75,7 +75,7 @@ The good news is that all of this only requires a handful commands :astonished: ``` !!! Warning - When using the default setting `CVMFS_CLIENT_PROFILE="single"`, `CVMFS_HTTP_PROXY` is set to `auto;DIRECT`. Ìn case you have setup with a private Stratum 1 with no proxy, this can lead to unintended requests to Web Proxy Auto Discovery (WPAD) infrastructure before falling back to direct connections. Removing the `auto` ensures direct connections without unnecesary WPAD requests. + When using the default setting `CVMFS_CLIENT_PROFILE="single"`, `CVMFS_HTTP_PROXY` is set to `auto;DIRECT`. Ìn case you have setup with a private Stratum 1 with no proxy, this can lead to unintended requests to Web Proxy Auto Discovery (WPAD) infrastructure before falling back to direct connections. Removing the `auto` ensures direct connections without unnecessary WPAD requests. ```bash sudo bash -c "echo 'CVMFS_HTTP_PROXY=direct' >> /etc/cvmfs/default.local" ```