view host/stop_nginx.sh @ 1754:d179810c6148

add url get_content_type
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 04 Feb 2023 22:53:05 -0700
parents a65802b06b01
children
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;