view host/stop_nginx.sh @ 1835:0288edd8f99b

html fix
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 17 Jan 2025 20:29:43 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;