view host/stop_nginx.sh @ 1870:e3a8568a11be

swing
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 02 Apr 2025 21:18:25 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;