view host/stop_nginx.sh @ 1783:aac0753d72ed

website minor
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 Dec 2023 15:03:42 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;