Skip to content

Commit

Permalink
Update proxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 authored May 19, 2024
1 parent 153c9e2 commit a18516c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/en/developers/architecture/cvmfs/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ sudo systemctl enable squid
sudo systemctl status squid
sudo systemctl restart squid
```

Then add the proxy to the cvmfs config:
```
CVMFS_HTTP_PROXY="http://proxy-address:3128"
```

0 comments on commit a18516c

Please sign in to comment.