view host/stop_nginx.sh @ 1845:a185f432d94c default tip

improve Sql
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 04 Feb 2025 20:55:21 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;