ubuntu+php5.6+redis+mysql5.5+nginx

thinkphp :

location / {
                if (!-e $request_filename) {
                        rewrite ^(.*)$ /index.php?s=$1 last;
                        break;
                }       
                
        location / {
                try_files $uri $uri/ =404;
        }       
        
location ~ \.php$ {
                include snippets/fastcgi-php.conf;
        #       
        #       # With php7.0-cgi alone:
        #       fastcgi_pass 127.0.0.1:9000;
        #       # With php7.0-fpm:
                fastcgi_pass unix:/run/php/php5.6-fpm.sock;
                       fastcgi_index  index.php;
           fastcgi_param  SCRIPT_FILENAME  /scripts$fastcgi_script_name;
           include        fastcgi_params;  
           
       }

上一篇:HTML基础篇之图像热区补充一下图片相对地址的定义


下一篇:Spark版本说明