Skip to content

WebSocket example through Nginx reverse proxy

Notifications You must be signed in to change notification settings

marcvspt/wschat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket: simple chat through Nginx reverse proxy with Docker-Compose

Deploy project

git clone https://github.com/marcvspt/wschat
cd wschat/

Nginx config files

We need modify the .conf files and the .js file in frontend, put your own domain:

Later run the compose.

docker-compose up -d