墨斋记

Good Luck To You!

yii2 2.0.45-2.0.49安装报错

不使用bootstrap4或5

修改composer为

图片.png


图片.png

Cannot run composer self-update: "The phar signature did not match the file you downloaded"

Fastadmin nginx 配置

#rewrite
location / { 
       if (!-e $request_filename) {
           rewrite  ^(.*)$  /index.php?s=/$1  last;
           break;
        }
     }
     
 #  php engine  
 location ~ \.php(.*)$ {
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_split_path_info  ^((?U).+\.php)(/?.+)$;
            fastcgi_param  SCRIPT_FILENAME $document_root$fastcgi_script_name;
            fastcgi_param  PATH_INFO  $fastcgi_path_info;
            fastcgi_param  PATH_TRANSLATED  $document_root$fastcgi_path_info;
            include        fastcgi_params;
        }
    #assets 
  location ~* \.(ico|css|js|gif|jpe?g|png|ttf|woff|woff2)(\?[0-9]+)?$ {
                root /xx/site/xx/public;
        }
<< 1 >>

Powered By Z-BlogPHP 1.7.3

冀公网安备13019902000834
冀ICP备18019600号-1
Copyright CC Some Rights Reserved.Contact Email:chengyingbo88@163.com