vpp/extras/static_http/setup.http
Dave Barach 22bc2c46e3 Static http server
Good enough to serve the vpp sphinx and doxygen docs. Knows about
html, css, and javascript files.

Change-Id: Ib18c19f07f35f91ba935ea26ed7be406dacf2205
Signed-off-by: Dave Barach <dave@barachs.net>
2019-04-16 19:57:44 +00:00

7 lines
213 B
HTTP

set term pag off
create tap host-if-name lstack host-ip4-addr 192.168.10.2/24
set int ip address tap0 192.168.10.1/24
set int state tap0 up
http static server www-root /tmp/www uri tcp://0.0.0.0/80 cache-size 1m