1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

minimal-h-s-tls: bind to default http-only

This commit is contained in:
Andy Green 2020-12-19 08:34:31 +00:00
parent 49b301b53b
commit 19935e5861

View file

@ -27,7 +27,7 @@ static const struct lws_http_mount mount = {
/* .mountpoint */ "/", /* mountpoint URL */
/* .origin */ "./mount-origin", /* serve from dir */
/* .def */ "index.html", /* default filename */
/* .protocol */ NULL,
/* .protocol */ "http-only",
/* .cgienv */ NULL,
/* .extra_mimetypes */ NULL,
/* .interpret */ NULL,