| 看到你们. 搭WEB环境 .用宝塔, 没有成功的.. 我一直没用过.所以没办法 !
 给你们说一下.我的 ARM 机器的环境吧.
 我用的是 oneinstack 一键包 搭的LNMP
 
 Ubuntu 20.x
 openresty_ver=1.19.3.1
 mariadb105_ver=10.5.9
 php80_ver=8.0.6
 
 nginx 附加模块
 
 ngx_brotli
 ngx_cache_purge
 ngx_pagespeed (这个编译..死活不成功, 提示 ARM64 ,暂时无解)
 
 探针
 http://132.226.234.193/
 
 喜欢折腾的.也来试试吧.
 
 复制代码wget -c http://mirrors.linuxeye.com/oneinstack-full.tar.gz && tar xzf oneinstack-full.tar.gz && ./oneinstack/install.sh --nginx_option 3 --php_option 10 --phpcache_option 1 --php_extensions zendguardloader,ioncube,sourceguardian,imagick,fileinfo,phalcon,yaf,redis,memcached,mongodb,swoole --phpmyadmin  --db_option 5 --dbinstallmethod 1 --dbrootpwd oneinstack --redis  --memcached  --iptables  --ssh_port 24518 --reboot 
 |