view host/stop_nginx.sh @ 2161:eb5bdf29a664 nginx_sites_addon tip

mkdir nginx_sites in update2.sh
author Violet7
date Wed, 28 Jan 2026 17:46:37 -0800
parents 1f4c590bf0ae
children 6a2383baecb6
line wrap: on
line source

#!/bin/bash

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