标签:tps load ESS conf net 文件 配置文件 ane local
启动编译按照的nginx后查看状态netstat -ntlp
注:这里如果安装了apache服务导致80端口被占用就需要打开/usr/local/nginx/conf/nginx.conf配置修改Listen 对应端口。或者修改apache端口,打开/etc/httpd/conf/httpd.conf修改Listen 对应端口 ,修改配置记得重启服务
在/usr/local/nginx/conf
下创建文件夹cert
mkdir /usr/local/nginx/conf/cert/
将SSL的两个证书文件放入cert文件夹
注:我这边的证书是阿里云购买生成的
rewrite ^(.*)$ https://$host$1 permanent;
/usr/local/nginx/sbin/nginx -s reload
标签:tps load ESS conf net 文件 配置文件 ane local
原文地址:https://blog.51cto.com/13767724/2372371