···143143Alternative `test` and `reload` commands can be configured using the following environment variables. The following example demonstrates how this might look in a containerized context.
144144145145```bash
146146-export NX_RELOAD_CMD='systemctl --user restart nginx'
146146+export NX_RELOAD_CMD='systemctl --user reload nginx'
147147export NX_TEST_CMD='podman exec nginx nginx -t'
148148```
149149