Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 711 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 711 Bytes

nginx-proxy

This repo holds configuration files and scripts for an Nginx web server to proxy websocket requests.

Files:
add-auth -- script to add passwords to basic authentication file
load_balancer.conf -- config file for non-SSL websocket load balancing proxy
nginx.conf -- global Nginx server config with ws zone definition
server_node.conf -- config file a for non-SSL websocket server used by load balancer
ssl_server_lb.conf -- config file, multiple virtual servers w/SSL websockets, bts_tools, acme certs & load balancer.
ssl_server_node.conf -- config file provides virtual server nodes for wss websockets, bts_tools and a local server proxy.