mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-04-30 03:09:58 +00:00
minimal-http-server-tls: fixup missing cgi changes to mount
This commit is contained in:
parent
fe62c76129
commit
20bfbbfb59
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ static const struct lws_http_mount
|
|||
/* .origin_protocol */ LWSMPRO_CALLBACK, /* bind to callback */
|
||||
/* .mountpoint_len */ 8, /* char count */
|
||||
/* .basic_auth_login_file */ NULL,
|
||||
/* .cgi_chroot_path */ NULL,
|
||||
/* .cgi_wd */ NULL,
|
||||
},
|
||||
#endif
|
||||
mount = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue