Skip to content

Commit

Permalink
Added WebSocket support info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Valian authored Apr 18, 2019
1 parent 43a3870 commit cc900e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![build](https://img.shields.io/docker/build/valian/docker-nginx-auto-ssl.svg)
![build](https://img.shields.io/docker/pulls/valian/docker-nginx-auto-ssl.svg)

Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty, with reasonable SSL settings and HTTP/2 support.
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty, with reasonable SSL settings, HTTP/2 and WebSockets support out-of-the-box.
You can specify allowed domains and simple proxies using ENV variables, and easily override `nginx.conf` to your needs.

This is possible thanks to [OpenResty](https://github.com/openresty/openresty) and [lua-resty-auto-ssl](https://github.com/GUI/lua-resty-auto-ssl).
Expand Down Expand Up @@ -234,6 +234,7 @@ docker run [YOUR_OPTIONS] docker-nginx-auto-ssl

# CHANGELOG

* **18-04-2019** - Added WebSocket support
* **29-05-2017** - Fixed duplicate redirect location after container restart #2
* **19-12-2017** - Support for `$SITES` variable
* **2-12-2017** - Dropped HSTS by default
Expand Down

0 comments on commit cc900e0

Please sign in to comment.