增加配置
nginx
server {
listen 80;
server_name changning.dev.pingansec.com;
index index.html index.htm index.php;
root /Users/www/web-php/app-changning;#注意~~~~~
rewrite . /index.php;
location ~ .*\.(php|php5)?$ {
fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
apache
<VirtualHost *:80>
DocumentRoot e:/wamp/www/web-php/app-changning
ServerName changning.dev.pingansec.com
ServerAlias *.finance.dev.pingansec.com
<Location />
AddDefaultCharset utf-8
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]
</Location>
</VirtualHost>
数据库说明
1.公司基本信息(mongo): a.对应库:utn_ic.ic b.地址: 线上:10.0.43.59:27000,10.0.43.65:27000,10.0.43.71:27000 线下:192.168.109.240(线下库为ic.ic) 说明:线上mongo为包含3个sharding的集群,每个shard3台服务器,一主两从 2.主要成员(mongo): a.对应库:同1 说明:主要成员为基本信息中的employees字段,为数组 3.股东信息(mongo): a.对应库:同1 说明:主要成员为基本信息中的partners字段,为数组 4.对外投资(mongo): a.对应库:utn_ic.company_partner b.地址: 线上:10.0.43.59:27000,10.0.43.65:27000,10.0.43.71:27000 线下:192.168.109.240 说明:对外投资数据需要根据company_partner进行分析 5.域名信息列表(mysql): a.对应库:ucp.tb_website_icp b.地址: 线上:10.0.43.3(主)、10.0.43.13(从) 线下:192.168.109.201(库为utn_db.tb_website_icp)该表中数据为正式数据,请一定不要修改 6.变更记录(mysql): a.对应库:ucs.tb_company_change b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 7.商标(mysql): a.对应库:ucs.vw_tminfo b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 8.专利数据(mysql): a.对应库:ucs.tb_data_patent_china b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 9.行政许可资质(mysql): a.对应库:ucs.tb_biz_company_honor b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 10.软件著作权(mysql): a.对应库:ucs.tb_data_copyright_software b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 11.作品著作权(mysql): a.对应库:ucs.tb_data_copyright_book b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 12.纳税数据(mysql): a.对应库:tb_biz_company_tax_credit_a(信用A级) tb_biz_company_tax_status(纳税状态) b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 13.司法诉讼: a.对应库:ucs.tb_company_court_doc(关系表) ucs.tb_data_court_doc(主数据) b.地址: 线上:10.0.43.150(主)、10.0.43.152(从) 线下:192.168.109.240 14.工商部门监管信息: 公司暂无该数据