Improve wording in some sections

This commit is contained in:
steve-chavez
2021-08-09 14:10:46 -05:00
committed by Steve Chavez
parent 37c2a8aa7b
commit 42656edfd9
5 changed files with 21 additions and 24 deletions
+2 -2
View File
@@ -391,13 +391,13 @@ raw-media-types
Configuration Reloading
=======================
To reload the configuration without restarting the PostgREST server send a SIGUSR2 signal to the server process.
To reload the configuration without restarting the PostgREST server, send a SIGUSR2 signal to the server process.
.. code:: bash
killall -SIGUSR2 postgrest
To refresh the cache in docker:
To reload the config in docker:
.. code:: bash