Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

Commit

Permalink
Create a proxy worker that pools TCP connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycline committed Jan 22, 2016
1 parent f3cb20e commit ae45a69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions streamer/etc/httpd/conf.d/pulp_streamer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Alias /streamer /var/www/streamer
# Proxy all requests on to the Squid server.
RewriteRule (.*) http://127.0.0.1:3128/$1 [P]
</Directory>

<Proxy http://127.0.0.1:3128>
ProxySet connectiontimeout=60
</Proxy>

0 comments on commit ae45a69

Please sign in to comment.