随笔分类 -  nginx

摘要:服务器 准备工具 依次安装即可 nginx 安装nginx https://www.runoob.com/linux/nginx-install-setup.html 配置全局nginx命令 https://www.cnblogs.com/NTWang/p/13066602.html git yum 阅读全文
posted @ 2020-07-16 16:35 NT.Wang 阅读(1639) 评论(0) 推荐(0)
摘要:nginx 正常启动,可以访问服务器地址:welcome to nginx 使用nginx -t 等命令时 报错:nginx: command not found 这是环境变量未配置 配置环境变量 vim /etc/profile # /usr/local/webserver/nginx/sbin 阅读全文
posted @ 2020-06-08 16:44 NT.Wang 阅读(9381) 评论(0) 推荐(0)