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

explicitly specify nginx conf
author Violet7
date Tue, 11 Nov 2025 18:21:08 -0800
parents b735ed134662
children
comparison
equal deleted inserted replaced
2049:26ef16b1f09c 2050:1f4c590bf0ae
28 fi; 28 fi;
29 else 29 else
30 echo "no running app found"; 30 echo "no running app found";
31 fi; 31 fi;
32 32
33 sudo $(which nginx) -s stop; 33 sudo $(which nginx) -s stop -c $(pwd)/local/nginx.conf;
34 exit 0; 34 exit 0;