码迷,mamicode.com
首页 > 系统相关 > 详细

shell读取nginx配置文件中nginx的端口

时间:2017-10-28 11:02:20      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:nginx   int   curl   space   awk   sed   tps   ==   bin   

#!/bin/sh
port=`nl /usr/local/openresty/nginx/conf/nginx.conf | sed -n ‘/listen/p‘ | awk ‘NR==1{print $3}‘ | sed ‘s/;//g‘`

curl -g http://127.0.0.1:${port}/dsideal_yy/space/lean_stat/save_stat
curl -g http://127.0.0.1:${port}/dsideal_yy/space/class_record/timer_count_data

 

# 判断一下是不是https开启

nl /usr/local/openresty/nginx/conf/nginx.conf | sed -n ‘/listen/p‘ | sed -n ‘/443/p‘

shell读取nginx配置文件中nginx的端口

标签:nginx   int   curl   space   awk   sed   tps   ==   bin   

原文地址:http://www.cnblogs.com/littlehb/p/7745874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!