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:
parent
49b301b53b
commit
19935e5861
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue