Skip to content

Files

Latest commit

4368778 · Dec 22, 2022

History

History

default-vhost__reverse-proxy__node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 18, 2022
Dec 18, 2022
Dec 18, 2022
Dec 22, 2022

Example: Reverse Proxy (NodeJS)

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

Run

docker-compose up

View

# HTTP
curl http://localhost:8000

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