随笔分类 -  Nginx

摘要:Ubuntu版本:20.04.1 LTS Nginx版本:1.22.0 下载地址: https://nginx.org/en/download.html 上传目录:/usr/local/src 安装目录:/usr/local/nginx 源码安装 # 查看操作系统cat /etc/os-releas 阅读全文
posted @ 2022-02-23 20:12 绿静風 阅读(233) 评论(0) 推荐(0)
摘要:设置根目录 proxy_pass 反向代理 404 location php 模块添加 打开php脚本,提现下载 An error occurred. 居然是该死的“防火墙”,折磨得我好痛苦,一定要授权 php-cgi.exe 网络连接 No input file specified. locati 阅读全文
posted @ 2018-12-18 13:58 绿静風 阅读(138) 评论(0) 推荐(0)
摘要:Centos版本:8.4 Nginx版本:1.20.2 下载地址:http://nginx.org/en/download.html 上传目录:/usr/local/src/ 安装目录:/usr/local/nginx 编译安装 # 查看版本号cat /etc/redhat-release # 解压 阅读全文
posted @ 2018-08-01 18:40 绿静風 阅读(142) 评论(0) 推荐(0)