view host/stop_nginx.sh @ 2090:639441abad7b ssltesting

revert to using site/DOMAIN instead of site/DOMAIN/ssl
author Violet7
date Thu, 11 Dec 2025 20:28:38 -0800
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

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