Skip to content

Latest commit

 

History

History

default-vhost__reverse-proxy__python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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