comparison host/stop_nginx.sh @ 2050:1f4c590bf0ae acme-tiny

explicitly specify nginx conf
author Violet7
date Tue, 11 Nov 2025 18:21:08 -0800
parents a65802b06b01
children
comparison
equal deleted inserted replaced
2049:26ef16b1f09c 2050:1f4c590bf0ae
1 #!/bin/bash 1 #!/bin/bash
2 2
3 sudo $(which nginx) -s stop; 3 sudo $(which nginx) -s stop -c "$(pwd)/local/nginx.conf";