server
{
listen 80;
server_name test.com;
index index.php index.html index.htm ;
root /data/www/test;
location ~ .*\.php?$
{
include fcgi.conf;
fastcgi_pass 127.0.0.1:10080;
fastcgi_param SCRIPT_FILENAME /data/www/test/$fastcgi_script_name;
fastcgi_index index.php;
}
log_format accessh '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" $http_x_forwarded_for';
access_log /data/logs/test.log accessh;
error_log /data/logs/test.com info;
}

- 深圳市一键一家网络科技有限公司官方网址:http://www.songhu9.com.cn
- QQ:316675593,电话号码:19807655856
- 业务范围:公司网站建设、管理软件研发、软件网站二次开发、400电话、电商平台研发、公众号研发!
- 免责申明:本站内容均来源于网络,版权归原创所有,如有任何版权方面的问题,请与我们联系处理!