view host/stop_nginx.sh @ 2129:6a2383baecb6

integrate into system nginx
author Violet7
date Fri, 16 Jan 2026 15:30:49 -0800
parents 1f4c590bf0ae
children
line wrap: on
line source

#!/bin/bash

sudo nginx -s stop;