You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
8
8
You can specify allowed domains and simple proxies using ENV variables, and easily override `nginx.conf` to your needs.
9
9
10
10
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
234
234
235
235
# CHANGELOG
236
236
237
+
***18-04-2019** - Added WebSocket support
237
238
***29-05-2017** - Fixed duplicate redirect location after container restart #2
0 commit comments