08 2021 档案
摘要:安装的nginx默认侦听的是9000端口 查询9000端口是否出于侦听状态 netstat -antp | grep :9000 查询之后发现没有查到,查看php-fpm.conf文件 cat /usr/local/php/etc/php-fpm.conf 修改nginx配置 location ~
阅读全文
摘要:执行 docker build -t centos:latest 报错 pull access denied for contos, repository does not exist or may require 'docker login': denied: requested access t
阅读全文