diff options
author | Damjan Marion <damarion@cisco.com> | 2020-01-30 21:18:39 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2020-01-30 20:24:51 +0000 |
commit | ffad890961b7a5809ba08b4ab1c54001d8fd06d3 (patch) | |
tree | f9aa9d5153fdbe1c761ea59df9787b287f327dff /extras/configs/static_http/setup.http | |
parent | d1e6b2937d551b58adf1b89697d7169f4b72bbdc (diff) |
misc: move configs to extras/configs
Type: refactor
Change-Id: I64665b290e2c42bbd9b0e877e9e4b028090b0ede
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'extras/configs/static_http/setup.http')
-rw-r--r-- | extras/configs/static_http/setup.http | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/configs/static_http/setup.http b/extras/configs/static_http/setup.http new file mode 100644 index 00000000000..9b99f60201b --- /dev/null +++ b/extras/configs/static_http/setup.http @@ -0,0 +1,6 @@ +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 |