view host/stop_nginx.sh @ 2012:72e9624a21d3 default tip

fix flush
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 06 Sep 2025 14:47:09 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;