Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 324 Bytes

File metadata and controls

22 lines (17 loc) · 324 Bytes

simple-nginx-reverse-proxy-example

Start the real backend server

cd server
npm install
node index.js
cd html
npm install
node index.js

Start the nginx reverse proxy

docker-compose up

image