密码:
网络营销 it新闻 军事新闻 社会新闻 it技术 网站优化 游戏资讯 公司资讯
让nginx支持php
发布日期:2013-04-21 阅读数:1194 来源:装修新闻 由金功呈网站建设公司整理 【关闭】



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电话、电商平台研发、公众号研发!
  • 免责申明:本站内容均来源于网络,版权归原创所有,如有任何版权方面的问题,请与我们联系处理!