摘要:
#卸载ruby yum remove ruby #下载 官网下载 http://www.ruby-lang.org/en/downloads/ 或者 wget https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.0.tar.gz #解压 tar -zx 阅读全文
摘要:
原因是我nginx中conf文件的配置里面 location中的 这一块内容是 #注释的那两行 所以报错出现这个错误。 后来将这两行注释掉,改成这两个就好了。 root html; index index.php index.html index.htm; 阅读全文