Nginx-Configurations/snippets/global/common-boilerplate.conf

8 lines
232 B
Text
Raw Normal View History

2024-11-04 13:52:16 -06:00
# Upgrade Websocket Connections
2024-11-04 14:16:55 -06:00
include snippets/global/websocket-upgrade.conf;
2024-11-04 13:52:16 -06:00
# Add Upstreams Master List
2024-11-04 14:16:55 -06:00
include snippets/proxy/upstreams-list.conf;
2024-11-04 13:52:16 -06:00
# Upgrade HTTP Connections to HTTPS
2024-11-04 14:16:55 -06:00
include snippets/global/upgrade-http.conf;