共计 414 个字符,预计需要花费 2 分钟才能阅读完成。
输入 nginx 总是出现下面报错
nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正
确,然后再试一次。所在位置 行:1 字符: 1
+ nginx -s reload
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (nginx:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
一开始我用的是 windows powerShell 管理员身份运行的,后来我用 cmd 运行 nginx 命令就没有报错了。
第二个报错:
nginx: [emerg] "server" directive is not allowed here in D:\nginx-1.15.12/conf/nginx.conf:47
自己新增的 server 写错了位置。写在了另一个 server 里面
正文完