view host/stop_nginx.sh @ 2003:f777348734b6

add write_from
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 24 Jul 2025 22:04:08 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;