view host/stop_nginx.sh @ 1745:f8950d99f47d

add Lucene.type.float
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 06 Dec 2022 11:53:18 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;