view host/stop_nginx.sh @ 2131:bb4ee21f5d5c

fix
author Violet7
date Fri, 16 Jan 2026 16:54:23 -0800
parents 6a2383baecb6
children 3ca8f933209d
line wrap: on
line source

#!/bin/bash

sudo nginx -s stop;