Changes between Version 4 and Version 5 of Packages/php5


Ignore:
Timestamp:
2012/04/24 13:22:53 (12 years ago)
Author:
tomop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Packages/php5

    v4 v5  
    6565 * nginx 
    6666 * php5-fpm 
    67 2. /etc/nginx/php.confを以下の内容で作成する。 
     672. /etc/nginx/php_paramsを以下の内容で作成する。 
    6868{{{ 
    6969fastcgi_param GATEWAY_INTERFACE CGI/1.1; 
     
    101101location ~ \.php 
    102102{ 
    103     include php.conf; 
     103    include php_params; 
    104104} 
    105105}}}