view host/stop_nginx.sh @ 1918:f3fd0f43e80a

spell check
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 19 Apr 2025 21:23:47 -0600
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;