comparison host/stop_nginx.sh @ 2062:5ede71739221

merge branches
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 15 Nov 2025 18:07:51 -0700
parents 1f4c590bf0ae
children
comparison
equal deleted inserted replaced
2047:ea026254b3b6 2062:5ede71739221
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";