view host/stop_nginx.sh @ 2097:c1594d23d45b ssltesting

fix
author Violet7
date Mon, 15 Dec 2025 19:44:28 -0800
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

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