Can uhttpd be used to share static content?

I would like to share a directory for the user to browse and read files. It is quite simple to do on CentOS with python -m SimpleHTTPServer, and here is what I've got right now:

image

How to do it on the built-in uhttpd? Or I need to install lighttpd for that? Anyway, using the existing web server is preferable.

Yes, I am currently using the default uhttpd to serve static content. You just need to edit "/etc/config/uhttpd", and add a new section.

2 Likes

Serving an additional webpage

1 Like