WDlinux官方论坛's Archiver

gangyedede 发表于 2017-6-14 18:10

新手求助

特殊原因 我要修改网站根目录 ,修改了默认配置的.conf文件后 怎么还是显示原来的网站页面 ,怎么回事,配置都是对的啊
这是我的配置!!![code]server {
        listen       80;
        root /www/web/glpc/public_html/m;
        server_name m.xxxx.com m.xxxx.com;
        index  index.html index.php index.htm;
        error_page  400 /errpage/400.html;
        error_page  403 /errpage/403.html;
        error_page  404 /errpage/404.html;
        error_page  503 /errpage/503.html;
        location ~ \.php$ {
                proxy_pass http://127.0.0.1:88;
                include naproxy.conf;
        }
        location ~ /\.ht {
                deny  all;
        }
        location / {
                try_files $uri @apache;
        }
        location @apache {
                 proxy_pass http://127.0.0.1:88;
                 include naproxy.conf;
        }
}
[/code]

页: [1]

Powered by Discuz! Archiver 7.2  © 2001-2009 Comsenz Inc.