gpt4 book ai didi

ubuntu - 在 localhost (Ubuntu14.1) 中使用 NGINX 服务器托管多个网站

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

为了托管多个网站,我更新了/etc/nginx/default 文件,如下所示:

server {
listen 8080;
server_name test;
root /var/www/test;
client_max_body_size 3096M;
location ~* \.(jpg|jpeg|png|gif|ico|css|js){
expires max;
}
}

在此之后,我将/etc/hosts 文件编辑为:
IP address  localhost test;

最后一步:
service nginx restart / service nginx reload

访问网站使用: http://test ,但它正在重定向到 localhost 并显示 Ubuntu 安装页面。

最佳答案

测试虚拟主机正在监听端口 8080,因此您应该使用 http://test:8080 访问它.

关于ubuntu - 在 localhost (Ubuntu14.1) 中使用 NGINX 服务器托管多个网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50984919/

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