diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-08-01 16:00:37 +0200 |
---|---|---|
committer | Matus Fabian <matfabia@cisco.com> | 2024-08-01 16:02:14 +0200 |
commit | 519983b44d247e79b8ac44e5a64ddd82230d6267 (patch) | |
tree | 3a53c0ca274fb6c3e9f31477329d9b1006063b6c /extras/configs | |
parent | 01ea72bc49d3514cdda49b1712c88c4dc01cab5d (diff) |
misc: remove deprecated builtinurl plugin
Plugin code is incorporated in http_static plugin for longer time.
Type: refactor
Change-Id: Ib74adb2a79d3ee715bbc994d77bc7718faf7184f
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/configs')
-rw-r--r-- | extras/configs/http/setup.http | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extras/configs/http/setup.http b/extras/configs/http/setup.http index 78b7a2f19e8..c4d4d1e6b70 100644 --- a/extras/configs/http/setup.http +++ b/extras/configs/http/setup.http @@ -3,5 +3,4 @@ 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 <path> uri tcp://0.0.0.0/1234 cache-size 10m fifo-size 2048 -builtinurl enable +http static server url-handlers www-root <path> uri tcp://0.0.0.0/1234 cache-size 10m fifo-size 2048 |