view host/stop_nginx.sh @ 1830:d72a52232f79 default tip

mail - minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 24 Sep 2024 17:17:57 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;