···143Alternative `test` and `reload` commands can be configured using the following environment variables. The following example demonstrates how this might look in a containerized context.
144145```bash
146-export NX_RELOAD_CMD='systemctl --user restart nginx'
147export NX_TEST_CMD='podman exec nginx nginx -t'
148```
149
···143Alternative `test` and `reload` commands can be configured using the following environment variables. The following example demonstrates how this might look in a containerized context.
144145```bash
146+export NX_RELOAD_CMD='systemctl --user reload nginx'
147export NX_TEST_CMD='podman exec nginx nginx -t'
148```
149