diff options
author | Dave Barach <dave@barachs.net> | 2019-10-10 13:29:35 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-10-10 20:53:43 +0000 |
commit | 71a5da0c8dfa12ff012c8c101cf4d2b29fa0b6e3 (patch) | |
tree | 83ac9ebab18e86b7b141be89b2b9c7ce1bdeaaeb /extras/http | |
parent | be237bf02382854118986e8ea84c7544e42023f2 (diff) |
http_static: add .json content
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Ibf8583175c181dc12a589b3e6c11a10ee77fc160
Diffstat (limited to 'extras/http')
-rw-r--r-- | extras/http/startup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/http/startup.cfg b/extras/http/startup.cfg index a7b9dc389d9..b2a50d3412a 100644 --- a/extras/http/startup.cfg +++ b/extras/http/startup.cfg @@ -1,5 +1,7 @@ unix { interactive + poll-sleep-usec 500 + startup-config /scratch/vpp-http/extras/http/setup.http } tls { |