From b60f3b0aae8ee628cfb03b1e9a871fd8ecefc2ed Mon Sep 17 00:00:00 2001 From: sullen Date: Sun, 1 Feb 2026 03:58:27 -0500 Subject: [PATCH] Change 'restart' to 'reload' in the NX_RELOAD_CMD envvar example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ``` -- 2.51.2