Separate Admin into Observability and Health Check (#716)

This commit is contained in:
Laurence Isla
2023-12-04 16:32:02 -05:00
committed by GitHub
parent 92573215b9
commit 48dee75d1a
5 changed files with 48 additions and 32 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ First, in addition to the minimal example, we need to store the media types and
Next, we set modify the function to set the content type and filename.
We use this opportunity to configure some basic, client-side caching.
For production, you probably want to configure additional caches, e.g. on the :ref:`reverse proxy <admin>`.
For production, you probably want to configure additional caches, e.g. on the :ref:`reverse proxy <nginx>`.
.. code-block:: postgres