diff --git a/README.md b/README.md index e7f2fa1..0cb9271 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ export NX_SITES_ENABLED_PATH= Alternative `test` and `reload` commands can be configured using the following environment variables. The following example demonstrates how this might look in a containerized context. ```bash -export NX_RELOAD_CMD='systemctl --user restart nginx' +export NX_RELOAD_CMD='systemctl --user reload nginx' export NX_TEST_CMD='podman exec nginx nginx -t' ```