nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

输入nginx总是出现下面报错

nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正

确,然后再试一次。
所在位置 行:1 字符: 1
+ nginx -s reload
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (nginx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

一开始我用的是windows powerShell管理员身份运行的,后来我用cmd运行nginx命令就没有报错了。

第二个报错:

nginx: [emerg] "server" directive is not allowed here in D:\nginx-1.15.12/conf/nginx.conf:47

nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

自己新增的server写错了位置。写在了另一个server里面

相关推荐