随笔分类 -  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 马贡多在下雨 阅读(411) 评论(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 马贡多在下雨 阅读(286) 评论(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 马贡多在下雨 阅读(156) 评论(0) 推荐(0)