view host/stop_nginx.sh @ 1792:a5f62fe28b3e

regex.pattern
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 26 Dec 2023 20:57:19 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;