emilymclean/http-simple-proxy

By emilymclean

Updated 22 days ago

A simple docker image to proxy a HTTP request to another server.

Image
Networking
0

2.4K

emilymclean/http-simple-proxy repository overview

docker-http-simple-proxy

Based on the image by @picoded, but more regularly updated.

A simple docker image to proxy a HTTP request to another server.

Inputs

Environment Variables
NameDescriptionDefault
FORWARD_HOSTThe host to forward the request to.webhost
FORWARD_PORTThe port to forward the request to.80
FORWARD_PROTThe protocol to use when forwarding the request.http
PROXY_READ_TIMEOUTThe Nginx proxy read timeout.600
MAX_BODY_SIZEThe client max body size.100M
MAX_BUFFER_SIZEThe client buffer size, before writing a tmp file10M
DNSThe DNS server to use
DNS_VALID_TIMEOUTThe DNS validity timeframe10s

Usage

Stable Preview

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

Tag summary

Content type

Image

Digest

sha256:27c8bb8df

Size

27.2 MB

Last updated

22 days ago

docker pull emilymclean/http-simple-proxy:1.3.11