只为成功找方法,不为失败找理由。

博客园 首页 新随笔 联系 订阅 管理

2020年4月22日 #

摘要: server { listen 80; server_name nginx.test.com; location / { proxy_pass http://localhost:8080; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded 阅读全文
posted @ 2020-04-22 17:29 诗意的活着 阅读(609) 评论(0) 推荐(0) 编辑

摘要: 报错信息 找不到conf 下的nginx.conf nginx: [emerg] open() "/usr/local/nginx/conf/nginx.conf" failed (2: No such file or directory) nginx默认配置 安装时 nginx.conf所在位置为 阅读全文
posted @ 2020-04-22 11:39 诗意的活着 阅读(2943) 评论(0) 推荐(0) 编辑