comparison host/stop_nginx.sh @ 2129:6a2383baecb6

integrate into system nginx
author Violet7
date Fri, 16 Jan 2026 15:30:49 -0800
parents 1f4c590bf0ae
children
comparison
equal deleted inserted replaced
2128:cfe173c8e104 2129:6a2383baecb6
1 #!/bin/bash 1 #!/bin/bash
2 2
3 sudo $(which nginx) -s stop -c "$(pwd)/local/nginx.conf"; 3 sudo nginx -s stop;