view host/stop_nginx.sh @ 2112:3fc7fff0f421 ssltesting

.children() workaround
author Violet7
date Fri, 19 Dec 2025 02:11:48 -0800
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop -c "$(pwd)/local/nginx.conf";