Loading [MathJax]/jax/element/mml/optable/BasicLatin.js

随笔分类 -  Nginx

Web Server...
摘要:1 #!/bin/bash 2 # chkconfig: 2345 40 98 3 # description: Start/Stop Nginx server 4 5 path=/application/nginx/sbin 6 pid=/application/nginx/logs/nginx.pid 7 RETVAL=0 8 9 . /etc/init.d/funct... 阅读全文
posted @ 2017-05-11 23:56 RainingInMacondo 阅读(395) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash # Author : standby@gmail.com # Date : 2018-02-27 NGX_CONF="/usr/local/nginx/conf/nginx.conf" # Get the dev which contains ./liveroot/ function get_point() { arr=(`df ... 阅读全文
posted @ 2017-05-11 23:49 RainingInMacondo 阅读(279) 评论(0) 推荐(0) 编辑
摘要:1 log_format main '"someTag" "versionInfo" "remote_addr" "host" "time_iso8601" ' 2 '"request_method" "server_port" "request_uri" "$server_protocol" ' 3 '... 阅读全文
posted @ 2017-05-11 23:35 RainingInMacondo 阅读(141) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示