Skip to content

Files

Latest commit

3646c1e · Dec 18, 2022

History

History
17 lines (13 loc) · 256 Bytes

File metadata and controls

17 lines (13 loc) · 256 Bytes

Example: Reverse Proxy (Python)

Docker Compose example with HTTPD acting as a Reverse Proxy and a remote Python server.

Run

docker-compose up

View

# HTTP
curl http://localhost:8000

# HTTPS
curl -k https://localhost:8443