请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

运行nginx失败,有同样是windows系统的吗帮忙看一下,

终端命令行会报错

PS D:\nginx> start nginx.exe
PS D:\nginx> nginx -t -c /nginx/conf/nginx.config
nginx : 无法将“nginx”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正
确,然后再试一次。
所在位置 行:1 字符: 1
+ nginx -t -c /nginx/conf/nginx.config
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (nginx:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: 找不到命令 nginx,但它确实存在于当前位置。默认情况下,Windows PowerShell 不会从当前位置加载命令 。如果信任此命令,请改为键入“.\nginx”。有关详细信息,请参阅 "get-help about_Command_Precedence"。
PS D:\nginx>输入代码

nginx.config文件里将端口改为了9000,也没法用localhost:9000打开网页

server {
        listen  9000;
        server_name  localhost;

        #charset koi8-r;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            index  index.html index.htm;
        }

正在回答

1回答

下一个windows版本的终端试试,另外,nginx服务能正常启动吗?

0 回复 有任何疑惑可以回复我~
  • 提问者 慕鱼树 #1
    老师,我用的是windows自带的终端powershell,不行吗?
    nginx服务器无法正常启动
    回复 有任何疑惑可以回复我~ 2019-03-13 07:59:58
  • 提问者 慕鱼树 #2
    下了个新的终端 cmder 发现暂时可以了 谢谢老师
    回复 有任何疑惑可以回复我~ 2019-03-13 09:24:37
  • Sam 回复 提问者 慕鱼树 #3
    好的,不客气
    回复 有任何疑惑可以回复我~ 2019-03-13 09:34:25
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信