add reference ssl echo server using websockets and nginx reverse proxy to terminate ssl
This commit is contained in:
3
test/compatibility/python/websockets/Procfile
Normal file
3
test/compatibility/python/websockets/Procfile
Normal file
@ -0,0 +1,3 @@
|
||||
nginx: nginx -p . -c nginx.conf
|
||||
websocket_server: python echo_server.py
|
||||
send: sleep 1 ; ws send -x --verify_none wss://localhost:8765 /usr/local/bin/ws
|
Reference in New Issue
Block a user