view host/stop_nginx.sh @ 1757:0e59609c3173

lucene page
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 06 Feb 2023 19:33:45 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;