gpt4 book ai didi

Nginx 一直显示 Welcome to Nginx

转载 作者:行者123 更新时间:2023-12-04 19:32:22 33 4
gpt4 key购买 nike

我正在使用 Cent OS 6.1。
我通过 ./configure 方法从源代码安装了 Nginx。我通过 sudo nginx 启动了 nginx 服务器它可以提供 Welcome to Nginx 页面。

但是,当我编辑/usr/local/nginx/conf/nginx.conf 文件时,我发现更改 ...location / {... }... block 没有效果。

例如,改变

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


location / {
root xyz123; #which does not exist
index index.htm index.html;
}

应该给出 404。但它一直显示欢迎页面。

即使我删除了整个位置 block ,它仍然显示欢迎页面。但是,如果我更改 /usr/local/nginx/html/usr/local/nginx/htmlxyz它显示 404。是否有另一个运行的 conf 文件覆盖了 nginx.conf?

p.s.我做了 sudo nginx -s stop然后 sudo nginxsudo nginx -s reopen但没有帮助:(

最佳答案

为什么要通过 EPEL 安装。我已经安装了 10 个 nginx 服务器,它正在使用 Node.js。

也许你会得到一些错误?显示完整的 ./config。

Centos 的 Nginx/Php/Mysql 示例:

https://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-centos-6.4

默认 centos nginx html 路径:
/usr/share/nginx/html/

关于Nginx 一直显示 Welcome to Nginx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13994381/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com