240 发简信
IP属地:山西
  • nginx: [emerg] bind() to 0.0.0.0:80 failed (48: Address already in use)

    今天在mac上运行nginx,发现一直报错: nginx: [emerg] bind() to 0.0.0.0:80 failed (48: A...

  • mac 本地Nginx下运行Lumen

    1.新建一个lumen工程 2.composer install 安装所有依赖 3.工程根目录下的public文件夹指定为nginx.conf ...

  • mac上配置Nginx出错处理

    sudo nginx 后出现下面的报错: nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: A...

  • 外网访问aws的redis服务

    AWS默认情况下,处于同一个VPC中的实体才能互相访问,如果要想从VPC外部访问需要配置代理,也就是把外部访问转发给虚拟机,虚拟机再转发给red...

  • redis保存异常: Background saving error

    1. 登录机器 # 关闭redis redis-cli shutdown nosave 退出redis:exit 2. # 启动redis re...