JiangK 噔噔噔噔噔,噔噔噔噔噔,噔噔噔噔噔噔噔噔噔噔噔 ♪↗↘(yJJxmpla.094)

openEuler系统部署Nginx报错error: C compiler cc is not found

在欧拉系统上部署nginx,编译./configure --prefix=/usr/local/nginx时报错C compiler cc is not found,已经安装了gcc和gcc-c++ 按照常用解决方法尝试都失败了 重新安装gcc和gcc-c++ 设置环境变量或者使用gcc替代cc 编

Administrator Administrator 发布于 2024-08-13

nginx代理502,日志报错connect() failed (111: Connection refused) while connecting to upstream

环境: 在centos7服务器,docker部署的nginx,同服务器下部署的应用 现象: nginx使用localhost代理同服务器上的应用,访问返回502错误,nginx日志如下 2024/08/09 07:37:44 [error] 68#68: *16653 connect() faile

Administrator Administrator 发布于 2024-08-09

docker-compose方式部署nginx

新增docker-compose.yml文件,内容如下: version: '3.3' services: nginx: image: nginx restart: always hostname: nginx contai

Administrator Administrator 发布于 2024-08-05