view host/stop_nginx.sh @ 1851:9d093f14e240 default tip

clear global_callables on site close
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 22 Feb 2025 23:38:40 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;