view host/stop_nginx.sh @ 2163:9abb0272665d default tip

merge nginx_sites_addon
author Violet7
date Sun, 01 Feb 2026 15:30:31 -0800
parents 1f4c590bf0ae
children 6a2383baecb6
line wrap: on
line source

#!/bin/bash

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