VPS侦探论坛

 找回密码
 注册
查看: 3692|回复: 1

多目录梆定二级域名 重启nginx梆定失败

[复制链接]
发表于 2016-8-14 17:33:49 | 显示全部楼层 |阅读模式

#listen [::]:80;
        server_name www.test1.com test1.com m.test1.com;
        index index.php index.htm index.html default.html default.htm default.php;
        root  /home/www/test1.com;

        include ffcms.conf;
        #error_page   404   /404.html;
        include enable-php.conf;

        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {
            expires      30d;
        }

        location ~ .*\.(js|css)?$
        {
            expires      12h;
        }

        location ~ /\.
        {
            deny all;
        }

        access_log off;
    }

server
    {
        listen 80;
        #listen [::]:80;
        server_name www.mmm.test1.com mmm.test1.com mmm.test1.com;
        index index.php index.htm index.html default.html default.htm default.php;
        root  /home/www/mmm.test1.com;

        include ffcms.conf;
        #error_page   404   /404.html;
        include enable-php.conf;

        location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
        {
            expires      30d;
        }

        location ~ .*\.(js|css)?$
        {
            expires      12h;
        }

        location ~ /\.
        {
            deny all;
        }

        access_log off;
    }


以上是部份配置文件,梆定二级域名大概有十个左右,打开网站跳到 恭喜您,LNMP一键安装包安装成功!这个页面
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2016-8-14 19:59:29 | 显示全部楼层


nginx -t 返回什么信息,出现lnmp默认界面肯定是nginx的配置文件没生效
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-29 03:30 , Processed in 0.024941 second(s), 16 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表