zhao90 发表于 2015-7-15 10:06:41


哪块不懂呀?

liupt 发表于 2015-7-15 10:04:00


server
      {
                listen       80;
                server_name *.域名;
                index index.html index.php;
                root/home/wwwroot/www.域名/company;            
                error_page 404 = /404.php;
                location ~ .*\.(php|php5)?$
                        {
                              fastcgi_passunix:/tmp/php-cgi.sock;
                              fastcgi_index index.php;
                              include fastcgi.conf;
                        }
      }
试试
页: 1 [2]
查看完整版本: 关于会员企业绑定二级域名问题