diff --git a/docs/admin.rst b/docs/admin.rst index f2f0ad8f8..acdfc29a1 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -285,6 +285,7 @@ For instance, to verify if PostgREST is running at ``localhost:3000`` while the HTTP/1.1 200 OK +If you have a machine with multiple network interfaces and multiple PostgREST instances in the same port, you need to specify a unique :ref:`hostname ` in the configuration of each PostgREST instance for the health check to work correctly. Don't use the special values(``!4``, ``*``, etc) in this case because the health check could report a false positive. Daemonizing ===========