shell腳本 ----- nginx自動化腳本

這個腳本能夠實現niginx服務的開啓,關閉和重啓nginx #!/bin/bash . /etc/init.d/functions function usage() { echo $"usage:$0 {start|stop|restart}" exit 1 } function start() { /usr/local/nginx/sbin/nginx
相關文章
相關標籤/搜索