wang7683252 发表于 2018-8-7 11:37:10

请教大神们根目录跳转问题

我用lnmp建立了一个网站是ip/website 为主页现在我想直接ip访问网站我修改了nginx.conf但是没有效果。。。。
修改完的nginx.conf:
server_name _;
      index index.html index.htm index.php;
      root/home/wwwroot/default/website/;


修改之前的:
server_name _;
      index index.html index.htm index.php;
      root/home/wwwroot/default/;



是我改的不对吗??
请教各位大神   到底是什么原因?谢谢!!!

licess 发表于 2018-8-7 18:33:43

root改成你目录,重启nginx
页: [1]
查看完整版本: 请教大神们根目录跳转问题