diff --git a/docs/root/start/sandboxes/gzip.rst b/docs/root/start/sandboxes/gzip.rst index 4325cb7901d93..205403dad3b20 100644 --- a/docs/root/start/sandboxes/gzip.rst +++ b/docs/root/start/sandboxes/gzip.rst @@ -83,3 +83,13 @@ Now, use ``curl`` to make a request for the compressed statistics: $ curl -si -H "Accept-Encoding: gzip" localhost:9902/stats/prometheus | grep "content-encoding" content-encoding: gzip + +.. seealso:: + :ref:`Gzip API ` + API and configuration reference for Envoy's gzip compression. + + :ref:`Compression configuration ` + Reference documentation for Envoy's compressor filter. + + :ref:`Envoy admin quick start guide ` + Quick start guide to the Envoy admin interface.