当前位置:Gxlcms > 数据库问题 > Nginx php-fpm php mysql

Nginx php-fpm php mysql

时间:2021-07-01 10:21:17 帮助过:3人阅读

;  
  •         index  index.html index.htm index.php;  
  •     }  
  •     location ~ \.php$ {  
  •         root           /var/www/html;  
  •         fastcgi_pass   127.0.0.1:9000;  
  •         fastcgi_index  index.php;  
  •         fastcgi_param  SCRIPT_FILENAME  /var/www/html$fastcgi_script_name;  # $document_root
  •         include        fastcgi_params;  
  •     }.... 
  •  

    vi /var/www/html/index.php

    <?php
    phpinfo();
    ?>

    Nginx php-fpm php mysql

    标签:

    人气教程排行