view host/stop_nginx.sh @ 2028:2f43f84191c9

Remove restart.sh https://luanhost.luan.software/backup-restart-sh-td1557.html
author Violet7
date Thu, 30 Oct 2025 21:22:03 -0700
parents a65802b06b01
children 1f4c590bf0ae
line wrap: on
line source

#!/bin/bash

sudo $(which nginx) -s stop;