nginx 虚拟主机配置文件

 
更多
server
{
        listen      192.168.12.215:80;
        server_name  default;
            index  index.php index.html index.htm;
            root   /www/server_manage;
            location ~ \.php$ {
                fastcgi_pass   127.0.0.1:9000;
                fastcgi_index  index.php;
                include  fastcgi.conf;
            }
}

打赏

本文固定链接: https://www.cxy163.net/archives/886 | 绝缘体

该日志由 绝缘体.. 于 2013年03月21日 发表在 Linux 分类下,
原创文章转载请注明: nginx 虚拟主机配置文件 | 绝缘体
【上一篇】
【下一篇】

报歉!评论已关闭.