http-simple-proxy
A simple docker image to proxy a HTTP request to another server.
2.4K
Based on the image by @picoded, but more regularly updated.
A simple docker image to proxy a HTTP request to another server.
| Name | Description | Default |
|---|---|---|
FORWARD_HOST | The host to forward the request to. | webhost |
FORWARD_PORT | The port to forward the request to. | 80 |
FORWARD_PROT | The protocol to use when forwarding the request. | http |
PROXY_READ_TIMEOUT | The Nginx proxy read timeout. | 600 |
MAX_BODY_SIZE | The client max body size. | 100M |
MAX_BUFFER_SIZE | The client buffer size, before writing a tmp file | 10M |
DNS | The DNS server to use | |
DNS_VALID_TIMEOUT | The DNS validity timeframe | 10s |
docker run \
-e FORWARD_HOST='' \
-e FORWARD_PORT='' \
-e FORWARD_PROT='' \
-e PROXY_READ_TIMEOUT='' \
-e MAX_BODY_SIZE='' \
-e MAX_BUFFER_SIZE='' \
-e DNS='' \
-e DNS_VALID_TIMEOUT='' \
emilymclean/http-simple-proxy:latest
Content type
Image
Digest
sha256:27c8bb8df…
Size
27.2 MB
Last updated
22 days ago
docker pull emilymclean/http-simple-proxy:1.3.11