view host/stop_nginx.sh @ 2110:20eb2fa6d28d ssltesting

minor
author Violet7
date Thu, 18 Dec 2025 18:12:52 -0800
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

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