四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区
標(biāo)題:
[求助]
新手求助
[打印本頁]
作者:
gangyedede
時(shí)間:
2017-6-14 18:10
標(biāo)題:
新手求助
特殊原因 我要修改網(wǎng)站根目錄 ,修改了默認(rèn)配置的.conf文件后 怎么還是顯示原來的網(wǎng)站頁面 ,怎么回事,配置都是對(duì)的啊
這是我的配置。。
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;
}
}
復(fù)制代碼
歡迎光臨 WDlinux官方論壇 (http://cd-genova.com/bbs/)
Powered by Discuz! 7.2