OneinStack

Results 37 comments of OneinStack

Please add the domain static.oneinstack.com to the whitelist

PHP版本多少? 似乎argon2没有安装上。

操作系统版本多少?redis7 gcc版本要求较高。

recreate nodejs vhost: ``` ./vhost.sh --del ./vhost.sh --proxy ```

``` [root@localhost ~]# /root/oneinstack/vhost.sh --proxy ####################################################################### # OneinStack for CentOS/RedHat 7+ Debian 8+ and Ubuntu 16+ # # For more information please visit https://oneinstack.com # ####################################################################### What Are You Doing?...

chown -R www:www /tmp/logs/nginx

这个随着nginx.conf `user www www;`

[ -z "`grep -w epel /etc/yum.repos.d/*.repo`" ] && yum -y install epel-release 保留有什么问题吗? RHEL和oracle linux 默认yum源无包名 epel-release?