Reload updated nginx configurations without restarting the Docker container

Note - do not forget after modification of nginx config to test your configuration before reloading to avoid any typos:

docker exec -it {{ container_id }} bash
# nginx -t
To reload nginx - exec into container and do a:
# nginx -s reload
The procedure is the same for podman and crictl