add reference ssl echo server using websockets and nginx reverse proxy to terminate ssl

This commit is contained in:
Benjamin Sergeant
2020-01-05 15:26:35 -08:00
parent effa115ed2
commit c62ad5f466
7 changed files with 122 additions and 9 deletions

View File

@ -1,3 +1,6 @@
all:
honcho start # install honcho (pip install honcho) or procman (the original ruby script)
.PHONY: docker
NAME := bsergean/ws_proxy