view host/stop_nginx.sh @ 1732:8a6e48371c66

content type woff
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 12 Sep 2022 19:13:13 -0400
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;