Skip to content

Commit cc900e0

Browse files
authored
Added WebSocket support info to README
1 parent 43a3870 commit cc900e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![build](https://img.shields.io/docker/build/valian/docker-nginx-auto-ssl.svg)
55
![build](https://img.shields.io/docker/pulls/valian/docker-nginx-auto-ssl.svg)
66

7-
Docker image for automatic generation of SSL certs using Let's encrypt and Open Resty, with reasonable SSL settings and HTTP/2 support.
7+
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.
88
You can specify allowed domains and simple proxies using ENV variables, and easily override `nginx.conf` to your needs.
99

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

235235
# CHANGELOG
236236

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

0 commit comments

Comments
 (0)