当前第2页 返回上一页
1 2 3 | /data/nginx/sbin/nginx -t
nginx: the configuration file /data/nginx-1.10.1/conf/nginx.conf syntax is ok
nginx: configuration file /data/nginx-1.10.1/conf/nginx.conf test is successful
|
启动nginx服务器
1 2 3 4 | /data/nginx/sbin/nginx -t ##检查配置文件
/data/nginx/sbin/nginx ##确定nginx服务
netstat -lntup |grep nginx ## 检查进程是否正常
curl http:
|
以上就是nginx安装依赖包的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
nginx访问日志在哪里
nginx是什么,做什么用的?
403nginx是什么
nginx怎么卸载
比较讲解http中499状态码和nginx下499错误
怎么在linux系统中以单容器安装nginx+asp.net core
nginx配置了需要重启吗
docker下如何安装nginx
教你如何在linux中安装nginx服务器
为什么要用nginx反向代理
更多相关阅读请进入《nginx》频道 >>
转载请注明出处:木庄网络博客 » nginx安装依赖包