view host/stop_nginx.sh @ 2065:ffa02039a11a default tip

fix multipart content-type
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 18 Nov 2025 21:44:05 -0700
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop -c "$(pwd)/local/nginx.conf";