Device: ESP-32
- My goal is: restrict access to download critical information from http server.
- My actions are: using mgos_http_server_set_document_root (), but I did not understand how this can be done in a flat file system
- The result I see is: files like init.js and configX.json are downlodable
- My expectation & question is: Is it possible to share the Document Root folder where the files are located
Or is it possible to set file masks for which the download is allowed or denied