hdwan.net 大佬有话说 :
/home/yourdomain/www/
server {
listen 80;
server_name yourdomain.com;
root /home/yourdomain/www/;
index index.html index.htm index.php;
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php$1 last;
}
location ~ .*.php(/.*)*$ {
include fastcgi.conf;
fastcgi_pass127.0.0.1:9000;
}
access_log logs/yourdomain.log combined;
}
虚拟机这里该写什么???
/home/yourdomain/www/
梦逆天机 大佬有话说 :
随你怎么写 对应你放网站的目录
坏鱼炒年糕 大佬有话说 :
放网站主页的目录
ivsa 大佬有话说 :
这种情况建议你使用宝塔