WordPress - 欢迎使用 nginx!

0

【以下的问题经过翻译处理】 大家好,

我已经在AWS Lightsail上使用Bitnami Wordpress一年了。当我打开主页(www.connorpek.com)时,它现在显示“欢迎nginx!”。我没有在终端中更改任何配置文件,并且我的wordpress内容似乎位于正确的文件位置。

我的Wordpress安装与所有其他Bitnami Wordpress用户位于相同的文件路径下,即home/bitnami/stack/wordpress。研究表明,我的服务器没有将我的主页指向正确的文件,应该是home/bitnami/stack/wordpress/index.php,就像其他人一样。研究还表明,我可以在.htaccess文件中进行更改,但我无法在我的Lightsail Bitnami Wordpress安装中找到该文件。研究还表明,PHP日志会给我更多详细信息,但我没有权限访问home/bitnami/stack/php/logs中的文件。

非常感谢, Connor

profile picture
EXPERT
asked 5 months ago33 views
1 Answer
0

【以下的回答经过翻译处理】 你好Gabriel,

感谢提供的见解。我的确下载了Nginx,但是我必须将其禁用后,网站才能正常运行。在重启之前,我使用以下命令禁用了Nginx。

sudo update-rc.d -f nginx disable

重启后,Nginx不会出现在以下命令的列表中。

sudo /opt/bitnami/ctlscript.sh status
ps aux | grep -i nginx
systemctl list-units

此时网站开始运行。这个问题在Bitnami支持人员 在Githib上的帮助下得到了部分解决。

非常感谢, Connor

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions